0.2.0 • Published 7 years ago

mtjson v0.2.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
7 years ago

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
0.2.0

7 years ago

0.1.0

7 years ago

0.0.0

7 years ago