Get list of property names from a JsonObject

Posted by Tim Kuehn on 18-May-2016 10:42

OE 11.6.1 on Windows 

I've got a JsonObject I need to process that'll have an arbitrary set of property names that I don't know in advance. 

Is there a way to get a list of these property names from a JsonObject? 

All Replies

Posted by Tim Kuehn on 18-May-2016 10:45

Never mind - I found the GetNames( ) method.

Posted by Mike Fechner on 18-May-2016 10:46

oJsonObject:GetNames()

This thread is closed