Basic
Dictionary<string, object> param;
List<List<string>> ListString;
object _paramData = jsonMapper.toObject<List<List<string>>>(jsonMapper.ToJson(ListString));
param.add(key, _paramData);
'Programming' 카테고리의 다른 글
스파인 애니메이션 셋팅값 설정 (0) | 2017.03.07 |
---|---|
litjson 사용시 주의사항 (re:2019.05.07) (5) | 2016.11.26 |
Ftp 사용시 Anonymous 접근법 (0) | 2016.07.11 |
가장 큰 정사각형을 찾는 문제 (0) | 2016.06.08 |
Spine 애니메이션 작업 (0) | 2014.11.16 |