Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
http://stackoverflow.com/questions/37054003/deserialize-json-with-can-have-different-objects-under-same-property-name by Brian Rogers
---- format #1 ----
type: myType
tid: 4
action: myAction
method: myMethod
result.success: True
result.total: 4
result.records: 
   id: 4
   nome: PRIMEIRO NOME
   sigla: PN

   id: 1974
   nome: SEGUNDO NOME
   sigla: SN

   id: 2584
   nome: TERCEIRO NOME
   sigla: TN

   id: 1170
   nome: QUARTO NOME
   sigla: QN

---- format #2 ----
type: myType
tid: 3
action: myAction
method: myMethod
result.success: True
result.total: 4
result.records: 
   id: 4
   nome: PRIMEIRO NOME
   sigla: PN

   id: 1974
   nome: SEGUNDO NOME
   sigla: SN

   id: 2584
   nome: TERCEIRO NOME
   sigla: TN

   id: 1170
   nome: QUARTO NOME
   sigla: QN
Cached Result
Last Run: 10:46:08 pm
Compile: 0.358s
Execute: 0.179s
Memory: 725.39kb
CPU: 0.344s