Treatment validate
json::validate
Inputs
⇥ text:
Stream<string>
Outputs
↦ is_json:
Stream<bool>
Validate JSON string.
Tells wether text
is valid JSON or not.
json::validate
⇥ text:
Stream<string>
↦ is_json:
Stream<bool>
Validate JSON string.
Tells wether text
is valid JSON or not.