With #312 the support of this generator for patterns in JSON schema has been added.
However, escapes in the REGEX are not escaped in the JSON. Refer to JSON Schema specification: :
Use only standard escapes like \n, \r, \t and keep in mind that you also need to do JSON escaping.
With #312 the support of this generator for patterns in JSON schema has been added. However, escapes in the REGEX are not escaped in the JSON. Refer to JSON Schema specification: :