Showing revision 9

How to obtain JSONLab

Download the latest release

Download JSONLab 2.9.8 (NEW!), codename: Micronus Prime - beta (Released on Mar. 28, 2024)

Download old releases

  • JSONLab 2.0, codename: Magnus Prime, Released on Jun. 15, 2020
  • JSONLab 1.9.8, codenamed Magnus beta, Released on Oct. 24, 2019
  • JSONLab 1.9, codenamed Nominus - final, Released on May 6, 2019
  • JSONLab 1.5, codenamed Nominus - final, Released on Jul. 12, 2018
  • JSONLab 1.5, codenamed Nominus - alpha, Released on Jan. 2, 2017
  • JSONLab 1.2, codenamed Optimus - Update 2, Released on December 30, 2015
  • JSONLab 1.1, codenamed Optimus - Update 1, Released on June 5, 2015
  • JSONLab 1.0, codenamed Optimus - Final, Released on Jan. 2, 2015
  • JSONLab 1.0 RC2, codenamed Optimus - Release Candidate 2, Released on Nov. 23, 2014
  • JSONLab 1.0 RC1, codenamed Optimus - Release Candidate 1, Released on Sep. 17, 2014
  • JSONLab 1.0.0 beta, codenamed Optimus - beta, Released on Feb. 2, 2014
  • JSONLab 0.9.9, codenamed Optimus - alpha, Released on August 24, 2013
  • JSONLab 0.9.1, codenamed Rodimus - Update 1, Released on December 18, 2012
  • JSONLab 0.9.0, codenamed Rodimus, Released on June 20, 2012
  • JSONLab 0.8.1, codenamed Sentinel, update 1, Released on Mar 5, 2012
  • JSONLab 0.8.0, codenamed Sentinel, Released on Jan 13, 2012
  • JSONLab 0.5.1, codenamed Nexus, Released on Oct 21, 2011

Contribution and user forum

JSONLab is an open-source project. This means you can not only use it and modify it as you wish, but also you can contribute your changes back to JSONLab so that everyone else can enjoy the improvement. For anyone who want to contribute, please download JSONLab source code from its source code repositories by using the following command:

git clone https://github.com/fangq/jsonlab.git jsonlab

or browsing the github site at

https://github.com/fangq/jsonlab

Please report any bugs or issues to the below URL:

https://github.com/fangq/jsonlab/issues

Sometimes, you may find it is necessary to modify JSONLab to achieve your goals, or attempt to modify JSONLab functions to fix a bug that you have encountered. If you are happy with your changes and willing to share those changes to the upstream author, you are recommended to create a pull-request on github.

To create a pull-request, you first need to "fork" jsonlab on Github by clicking on the "fork" button on top-right of JSONLab's github page. Once you forked jsonlab to your own directory, you should then implement the changes in your own fork. After thoroughly testing it and you are confident the modification is complete and effective, you can then click on the "New pull request" button, and on the left, select fangq/jsonlab as the "base". Then type in the description of the changes. You are responsible to format the code updates using the same convention (tab-width: 8, indentation: 4 spaces) as the upstream code.

We appreciate any suggestions and feedbacks from you. Please use the following user forum to ask any question you may have regarding JSONLab:

https://github.com/orgs/NeuroJSON/discussions/categories/neurojson-json-format-specifications-and-parsers

Powered by Habitat