Seem to be generating JSON correctly and at a good speed too!

This commit is contained in:
panasenco
2021-04-20 17:26:38 -07:00
parent c87e3eac08
commit 7e802706fe
3 changed files with 14 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
"ALPHA": "ABCDEFGHIJKLMNOPQRSTUVWYZ",
"digit": "0123456789",
"special": "`1~!@#$%^&*()_+-={':[,]}|;.</>?",
"hex": "\u0123\u4567\u89AB\uCDEF\uabcd\uef4A",
"hex": "\u0123\u4567\u89AB\u0001\uCDEF\uabcd\u001A\uef4A",
"true": true,
"false": false,
"null": null,