Loop through JSON string - not using DeserializeJSON()
Hello, all,
Is it possible for ColdFusion to iterate JSON data (stringify()) without parsing it to a JSON object using DeserializeJSON()?
V/r,
^ _ ^
PS: Specifically if I have a JSON string like..
[{"name":"whichForm","value":"NDOD"},{"name":"caseNumber","value":"123"},{"name":"airLiner-0[]","value":"AIR"},{"name":"airLiner-0[]","value":"LINER"}]
I need to iterate this and get name/value pairs, without using DeserializeJSON(). ![]()
