diff options
| author | Dominik Picheta <dominikpicheta@gmail.com> | 2016-07-15 22:11:29 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@gmail.com> | 2016-07-15 22:11:29 +0100 |
| commit | 73678f463e1152731ff6b21a6568723afe3d1863 (patch) | |
| tree | 9839eb65b74681193c64d8ec498b1c2beab60f15 | |
| parent | f660f028547c4de8db6253a7473a61e2906f66d4 (diff) | |
| download | packages-73678f463e1152731ff6b21a6568723afe3d1863.tar.gz packages-73678f463e1152731ff6b21a6568723afe3d1863.zip | |
Merged #382 manually.
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index f743804..c36c4b4 100644 --- a/packages.json +++ b/packages.json @@ -4950,5 +4950,18 @@ "web": "https://github.com/cjxgm/barbarus", "url": "https://github.com/cjxgm/barbarus", "description": "A simple extensible i18n engine." + }, + { + "name": "jsonob", + "tags": [ + "json", + "object", + "marshal" + ], + "method": "git", + "license": "MIT", + "web": "https://github.com/cjxgm/jsonob", + "url": "https://github.com/cjxgm/jsonob", + "description": "JSON / Object mapper" } ] |
