Untitled
Anonymous
plain_text
01/23/2025 10:31 AM
168 B
13
Indexable
Pattern pa = Pattern.compile("\"([^\"]*?)\"\\s*:\\s*(\"[^\"]*?\"|'[^']*?'|\\d+(\\.\\d+)?|true|false|null|\\{.*?}|\\[.*?])");
Editor is loading...
Leave a Comment
Pattern pa = Pattern.compile("\"([^\"]*?)\"\\s*:\\s*(\"[^\"]*?\"|'[^']*?'|\\d+(\\.\\d+)?|true|false|null|\\{.*?}|\\[.*?])");