You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

from_json()

Usage

from_json(source)

Description
Parses the given source string and returns a Structr object representation of the string. This method is the inverse of to_json().

Example

${from_json('{name: Test, value: 123}')}
${from_json('{name: Test, value: 123}').name}

results in

{name=Test, value=123.0}
Test

Search results for "from_json()"

from_json()

Parses the given source string and returns a Structr object representation of the string. This method is the inverse of to_json().

from_json(source)