0.2.0 • Published 7 years ago
mtjson v0.2.0
MTJSON
MTJSON is a Multi-Type JSON.
MTJSON not only supports standard JSON and JSON5, but also supports regular expressions, date types, and the types you want, through one of the following two forms:
Functional form:
funcname([arg1 [, arg2[, arg2 ....]] [,]])
Class form:
new classname([arg1 [, arg2[, arg2 ....]] [,]])
But, for these two forms, you may need to realize them yourself.
For regular expressions, you can also take the following form:
/pattern/attributes