JSON object support for strings

we already have JSON array support for strings, it would be a nice addition to be able to use JSON objects aswell. Dedicated functions will also be added to it such as:

update element {ELEMENT NAME} of {JSON OBJECT} WITH {VALUE}

updates element in json object with new value and returns new JSON object (if element doesnt exist, it creates new one)

get element {ELEMENT NAME} from {JSON OBJECT}

returns value the element contains from JSON object

2 Likes