Searched refs:JSON_ESCAPE_CHARS (Results 1 – 1 of 1) sorted by relevance
3133 return JSON_ESCAPE_CHARS.contains(codepoint); in mustEscapeCharInJsonString()3194 private static final Set<Integer> JSON_ESCAPE_CHARS = new UnicodeSetBuilder() local