June 6, 2018
11:37 p.m.
Hi - Iâve hit some Json where the outputted values (they are field names) are written out in a specific order - and the author hasnât chosen to use an array to represent those fields in a specific order. { âfield1â : { â¦.}, âfield2â: { ⦠} } I think this is technically incorrect and should be: { [ {âfield1â : { â¦.}, âfield2â: { ⦠} ]} Anyway - given what Iâve got, would it be a terrible idea to create my own version NeoJsonObject and just make it a subclass of OrderedDictionary? I canât see any issues - but then I might be kidding myself⦠Tim