[2017-08-16]
* Bug Fix. Incorrect shortening of the floating point numbers. (thanks George++)

[2017-02-24]
* Bug Fix. Error message appears if the document have no whitespace behind the last brace.( thanks Wilf!!! ;) )
* Bug Fix. Error message by using an invalid document id in function jsonLoad. If the id out of bounds, then a new id is generated and returned.

[2017-02-23]
* Add. 'jsonCreateFromString'. With this new function, you can create a new document from a string. ( Proposed by Phaelax, thanks ;) )
* Change (internal). The file is no longer directly 'parsed'. Now the file is loaded in a memblock and parsed from this.
* Bug Fix. jsonLoad works as described in the last release.

[2017-01-05]
* Change. The JSON-Document must now be an integer and no longer from the TYPE jsonDocument. ( thanks BatVink ;) )
* Bug Fix. jsonSetArrayValue works now correctly.
* Bug Fix. If you create a new document on an existing document, the old one will be deleted
* Change. jsonLoad will now automatically create a new document. You do not need to call jsonCreateDocument before.

[2016-12-11]
* Float Values: Truncate trailing zeros.
* API now #option_explicit compatible