Nash

Results 1 issues of Nash

This works fine: > $ echo '{"key":"{blah} blah"}' | genson {"$schema": "http://json-schema.org/schema#", "required": ["key"], "type": "object", "properties": {"key": {"type": "string"}}} but if there are repeated curly braces within a string,...

bug