Add initial support and tests for JSON

This commit is contained in:
Andrew Chin
2018-08-09 20:54:13 -04:00
parent 9a1147d61b
commit 23cb0ea656
3 changed files with 95 additions and 0 deletions

View File

@ -18,6 +18,7 @@ pub mod Function;
pub mod Generator;
pub mod Intl;
pub mod JsString;
pub mod JSON;
pub mod Map;
pub mod MapIterator;
pub mod Math;