Add to_json for maps.

This commit is contained in:
Stephen Chung
2022-04-21 12:15:21 +08:00
parent 4f2764d233
commit c3d013bddc
6 changed files with 205 additions and 129 deletions

View File

@@ -8,6 +8,8 @@ pub mod run;
pub mod compile;
pub mod json;
pub mod files;
pub mod register;