clojure.data.json.clr : JavaScript Object Notation (JSON) parser/generator for ClojureCLR
This is a port of the clojure.data.json library to ClojureCLR. The clojure.data.json project is at https://github.com/clojure/data.json. That project contains the following notice:
Copyright (c) Stuart Sierra, 2011. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.
This project copies extensively from that codebase. Edits and inclusions are marked in an obvious manner. This project is
Copyright (c) David Miller, 2012. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.