[go-nuts] [Feedback] Create JSONSchema Validator

2017-06-03 Thread santhosh . tekuri
Hi, https://github.com/santhosh-tekuri/jsonschema I created JSONSchema Validator in GO. It implements Draft4 and passes all tests including optional one in https://github.com/json-schema/JSON-Schema-Test-Suite Looking for feedback. Let me know if you find this useful. Thanks Santhosh Kumar

[go-nuts] [Feedback] Created XPath 1.0 Parser & Engine in GO

2017-06-03 Thread santhosh . tekuri
Hi, I have create XPath 1.0 Parser and Engine in go. https://github.com/santhosh-tekuri/xpathparser https://github.com/santhosh-tekuri/xpath It implements complete XPath 1.0 Specification, extension-functions. Looking for feedback. Let me know if you find this useful. Thanks Santhosh Kumar