A DynamicValue reducer returning the input JSON parsed
new ParsedValue(new TextValue(JSON.stringify({t:"test"}))).onValue(parsed=> parsed.t === "test" //true )
A DynamicValue reducer returning the input JSON parsed
example
new ParsedValue(new TextValue(JSON.stringify({t:"test"}))).onValue(parsed=> parsed.t === "test" //true )