Read Single Value From Json Example
Of course, this will only really be useful when the Json source isn't a literal.
Smartsite SXML | Copy Code |
---|---|
<se:json resulttype="string" resultformat="{this.getvalue('foo.name')}"> {"count":10,"name":"Seneca","foo":{"name":"foo","list":[1,2,3]}} </se:json> |
Example Result | Copy Code |
---|---|
foo |