Skip to content

JSON Parsing Support

Compare
Choose a tag to compare
@blimmer blimmer released this 28 May 18:53
35695b2

Support automatically parsing JSON strings. Previously, keys would have to be parsed manually if they are JSON.

Because this is not backwards compatible, this is a major release.

Upgrading

If you do not have any JSON server variable content, you do not need to do anything.

If you previously were parsing JSON variables manually, remove your call to JSON.parse.