Select from following answers:- $.info.address.town
- $.info."address"
- $
- $.info.type[0]
- All Above
JSON_VALUE extracts a scalar value from a JSON string. In strict mode it will throw an error if the return result is a nested value/object. If you want to extract a nested value you must use JSON_QUERY instead
Show Correct Answer
|
Alert Moderator