Skip to content

stjordanis/clr.data.json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clojure.data.json.clr

JSON parser/generator to/from Clojure data structures.

A port of clojure/data.generators library to ClojureCLR.

Releases

Nuget reference:

PM> Install-Package clojure.data.json

Leiningen/Clojars reference:

[org.clojure.clr/data.json "0.2.1"]

Usage / API

See the README on the parent project.

See the API documentation for the parent project.

All has been implemented except (1) the compatibility interface to the 0.1 API and (2) support for older releases of Clojure. You will need to be on ClojureCLR 1.5 or later for this code.

Copyright and License

Original ClojureJVM code:

Copyright (c) Stuart Sierra, 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.

This project copies extensively from that codebase. Edits and inclusions are marked in an obvious manner. The modified code is:

Copyright (c) David Miller, 2013. 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.

About

JSON in Clojure on the CLR

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 100.0%