jsonGetValue

[[jsonGetValue?
    &input=`[[+json]]`
    &key=`key_name`
]]
MODX

Get the value of a specific key from a JSON string.

Contains the following patterns
Included in the following patterns

jsonToHTML

[[jsonToHTML?
    &json=`[[+json]]`
]]
MODX

Turn JSON object into an HTML table.

Contains the following patterns

tvToJSON

[[tvToJSON?
    &tv=`[[+pattern_name]]`
]]
MODX

Output the properties of given TV to a JSON object. The output could be used by jsonToHTML.

Contains the following patterns
Included in the following patterns