app-json

On this page:

parse

Summary

Parses a string to create an object.

Description

Parses a JSON string, constructing the JavaScript value or object described by the string.

Route

POST /json/parse

Roles

admin

Parameters

DetailsExampleSchema
Name Type Required Description
text string yes The string to parse as JSON

Return

DetailsExampleSchema
Name Type Description
textObject object The Object corresponding to the given JSON text