Skip to content

parseJson

Module Export

value |> text

Turns an JSON serialized text into it's Filtrera value equivalent.

Examples

import 'json'
from '{"prop":"value"}' parseJson
// Returns:
{
prop = "value"
}