From 03eb331729ad17c8393420019f05d68d9c2968ef Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Wed, 6 Feb 2019 20:38:48 +0100 Subject: [PATCH] Added package jstin (#1004) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 315d5d3..55125dd 100644 --- a/packages.json +++ b/packages.json @@ -12610,6 +12610,21 @@ "license": "MIT", "web": "https://github.com/juancarlospaco/nim-firejail" }, + { + "name": "jstin", + "url": "https://github.com/LemonBoy/jstin", + "method": "git", + "tags": [ + "json", + "serialize", + "deserialize", + "easy", + "simple" + ], + "description": "JS {de,}serialization as it says on the tin", + "license": "MIT", + "web": "https://github.com/LemonBoy/jstin" + }, { "name": "compactdict", "url": "https://github.com/LemonBoy/compactdict",