Hi all: Assume I have some JSON data that looks like this:

[
  {
    "type": "foo",
    "table": "bar"
  },
  "Sample String",
  1,
  2,
  3,
  "Sample String 2"
]

The "JSON Parse" works fine to parse that into a C_COLLECTION. However, at that 
stage, how do I deal with it? Specifically, how can I tell what type each of 
the elements in the collection are? Running under v17 so I can't use C_VARIANT.

Am I missing something obvious?


- bill
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to