From 08cb7f1355935f2ce46fbc399c4363f6eba486da Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 17 Nov 2017 09:48:27 +0800 Subject: [PATCH] Update implementations.md Add golang data parse library --- implementations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementations.md b/implementations.md index aa5fcc0d..2a7e1bc0 100644 --- a/implementations.md +++ b/implementations.md @@ -123,6 +123,8 @@ Data parsing - [Argus](https://github.com/aishfenton/argus) (MIT) - Macros for building models from JSON Schemas - Swift - [Bric-à-brac](https://github.com/glimpseio/BricBrac) (MIT) - generates idiomatic swift structs and parser/serializer from JSON schemas +- Golang + - [gojsonschema](https://github.com/andy-zhangtao/gojsonschema)(Apache 2.0) - golang package for generating golang struct *supports Draft 4*. [Demo](http://json.golang.chinazt.cc) UI generation -------------