Merge pull request #683 from eminence/json

Add initial support and tests for JSON
This commit is contained in:
Nick Fitzgerald
2018-08-10 13:27:40 -07:00
committed by GitHub
3 changed files with 110 additions and 0 deletions

View File

@ -19,6 +19,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;