Module: json
parseJson
Back to Indexvalue |> textTurns an JSON serialized text into it’s Filtrera value equivalent.
Availability
| Discount | Rule | Reactor |
|---|---|---|
Examples
import 'json'
from '{"prop":"value"}' parseJson
// Returns:{ prop = "value"}Module: json
value |> textTurns an JSON serialized text into it’s Filtrera value equivalent.
| Discount | Rule | Reactor |
|---|---|---|
import 'json'
from '{"prop":"value"}' parseJson
// Returns:{ prop = "value"}