How would I unmarshal something like this:
[
2,
"19223201",
"SomeString",
{
"SomeField": "FieldValue",
"SomeField2": "FieldValue2", "SomeFieldN": "FieldValueN", }
]
How would I unmarshal something like this:
[
2,
"19223201",
"SomeString",
{
"SomeField": "FieldValue",
"SomeField2": "FieldValue2", "SomeFieldN": "FieldValueN", }
]
我该如何解组这样的内容: p>
[\ n2,
“ 19223201”,
“ SomeString”,
{
“ SomeField”:“ FieldValue”,
“ SomeField2”:“ FieldValue2”,“ SomeFieldN”:“ FieldValueN”,}
] \ n code> pre>
div>