Parse JSON

Parse a JSON string, with JSON5 support

by @pixiebrix

How to Use

No instructions provided yet. Have questions?
Ask the PixieBrix Community!


Inputs

Name Required Type Description
content string The JSON content
lenient boolean Attempt to recover from malformed JSON, e.g., leading/trailing text. Implies Allow JSON5 (default=false)
allowJson5 boolean Allow JSON5 syntax (default=true)

Outputs

Name Required Type Description
No outputs for this brick defined.

Related Tags