View Single Post
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 11-06-2018 , 11:12   Re: Read JSON with dot notation in key
Reply With Quote #2

If the key has dots then you can't use the dot notation, it even says so in the doc. First retrieve the "XXX.XXX" object using json_object_get_value, then retrieve the property from that object.
__________________
klippy is offline