Would it possible to have a function added for converting an element to a JSON encoded string?
The toString function when applied to objects and arrays doesn't produce a true JSON string.
This is useful when the JSON you're processing is variable or the schema is not concrete and you want to create processes that will handle the input regardless of how the data changes
Would it possible to have a function added for converting an element to a JSON encoded string? The toString function when applied to objects and arrays doesn't produce a true JSON string.
This is useful when the JSON you're processing is variable or the schema is not concrete and you want to create processes that will handle the input regardless of how the data changes
Example:
input
spec
output