L1VM JSON

UPDATE

I did now write a string module function string_parse_json. It is included in my lib/string.l1com example.

I added a new JSON module which uses the parser in the string module. The example program is in lib/json.l1com, the include in include-lib/json.l1h.

The function can parse key/value pairs. And keys without value. Something like this:

"name": "Stefan"
"number": 42
"double": 123.456
"key":