- Adds support for inline and single line comments #40
All the following are supported now:
- Adds support for block and multi line comments #44
JSONC is no fully supported:
[ /* start of array */
/*
* comment before object
*/
{ /* comment start of object */
"id": 1, /* comment for property */
/*
* comment end of object
*/
}, /* comment after object */
/* comment at the end */
]`