first step moving json project into jsx tree, compiles, but not tested
This commit is contained in:
parent
cce66ca01b
commit
4c378791f9
8 changed files with 747 additions and 14 deletions
|
@ -1,14 +1,18 @@
|
|||
{application, jsx,
|
||||
[
|
||||
{description, "a streaming, evented json parsing toolkit"},
|
||||
{vsn, "0.0.1"},
|
||||
{vsn, "0.8"},
|
||||
{modules, [
|
||||
jsx,
|
||||
jsx_utf8,
|
||||
jsx_utf16,
|
||||
jsx_utf16le,
|
||||
jsx_utf32,
|
||||
jsx_utf32le
|
||||
jsx_utf32le,
|
||||
jsx_eep0018,
|
||||
jsx_encoder,
|
||||
jsx_format,
|
||||
jsx_verify
|
||||
]},
|
||||
{registered, []},
|
||||
{applications, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue