Is there a JSON library that allows to retrieve values using the path?
Is there a JSON library that allows to retrieve values using the path?
e.g.:
JSONValue: = JSON.GetValue ('Object/Subobject/field');
where
{
"Number" 123,
"Object": {
"Subobject": {field: "b"}
"field", "d"
"otherfield", "f"
}
"String": "Hello World"
}
e.g.:
JSONValue: = JSON.GetValue ('Object/Subobject/field');
where
{
"Number" 123,
"Object": {
"Subobject": {field: "b"}
"field", "d"
"otherfield", "f"
}
"String": "Hello World"
}
blog.grijjy.com - Efficient and easy-to-use JSON and BSON library
ReplyDeleteI believe System.JSON is capable of this as well
ReplyDelete/sub
ReplyDelete