各语言JSON库
跳到导航
跳到搜索
- 8th
- <a href="https://8th-dev.com/json.html">json</a>
- ActionScript
- <a href="http://github.com/mikechambers/as3corelib">ActionScript3</a>
- Ada
- <a href="http://docs.adacore.com/gnatcoll-docs/json.html">GNATCOLL.JSON</a>
- AdvPL
- <a href="https://github.com/imsys/JSON-ADVPL">JSON-ADVPL</a>
- APL
- <a href="http://help.dyalog.com/latest/#Language/System Functions/json.htm">JSON</a>
- ASP
- <a href="https://github.com/tugrul/aspjson">JSON for ASP</a>
- <a href="http://www.webdevbros.net/2007/04/26/generate-json-from-asp-datatypes/">JSON ASP utility class</a>
- AWK
- <a href="https://github.com/step-/JSON.awk">JSON.awk</a>
- <a href="https://github.com/Andy753421/rhawk/blob/master/json.awk">rhawk</a>
- BlitzMax
- <a href="https://github.com/Trylobot/bmx-rjson">bmx-rjson</a>
- C
- <a href="https://github.com/douglascrockford/JSON-c">JSON_checker</a>
- <a href="https://github.com/lloyd/yajl/">YAJL</a>
- <a href="http://github.com/koanlogic/libu/blob/master/srcs/toolbox/json.c">LibU</a>
- <a href="https://github.com/json-c/json-c">json-c</a>
- <a href="https://github.com/udp/json-parser">json-parser</a>
- <a href="https://github.com/mnunberg/jsonsl">jsonsl</a>
- <a href="https://github.com/netmail-open/wjelement">WJElement</a>
- <a href="http://sourceforge.net/projects/mjson/">M's JSON parser</a>
- <a href="http://github.com/DaveGamble/cJSON">cJSON</a>
- <a href="http://www.digip.org/jansson/">Jansson</a>
- <a href="https://github.com/zserge/jsmn">jsmn</a>
- <a href="http://github.com/kgabis/parson/">parson</a>
- <a href="https://github.com/esnme/ujson4c/">ujson4c</a>
- <a href="https://github.com/cesanta/frozen">frozen</a>
- <a href="http://www.catb.org/esr/microjson/">microjson</a>
- <a href="https://github.com/cpq/mjson">mjson</a>
- <a href="https://repo.progsbase.com/repoviewer/no.inductive.idea10.programs/JSON/latest">progbase</a>
- <a href="https://github.com/MaJerle/lwjson">lwjson</a>
- <a href="https://gitlab.com/Meithal/cisson">cisson</a>
- C++
- <a href="https://github.com/johnezang/JSONKit">JSONKit</a>
- <a href="https://github.com/pibara/jsonme--">jsonme--</a>
- <a href="https://github.com/Loki-Astari/ThorsSerializer">ThorsSerializer</a>
- <a href="https://github.com/anhero/JsonBox">JsonBox</a>
- <a href="https://github.com/YasserAsmi/jvar">jvar</a>
- <a href="https://github.com/miloyip/rapidjson">rapidjson</a>
- <a href="https://github.com/nlohmann/json">JSON for Modern C++</a>
- <a href="https://giacomodrago.github.io/minijson/">minijson</a>
- <a href="https://github.com/danielaparker/jsoncons">jsoncons</a>
- <a href="https://github.com/open-source-parsers/jsoncpp">jsoncpp</a>
- <a href="https://github.com/jgarzik/univalue">univalue</a>
- <a href="https://arduinojson.org/">ArduinoJson</a>
- <a href="http://qjson.sourceforge.net/">QJson</a>
- <a href="http://cajun-jsonapi.sourceforge.net/">CAJUN</a>
- <a href="http://sourceforge.net/projects/libjson/">libjson</a>
- <a href="http://fossil.wanderinghorse.net/repos/nosjob/index.cgi/index">nosjob</a>
- <a href="https://realtimelogic.com/products/json/">JSON library for IoT</a>
- <a href="https://github.com/QtMark/qmjson">qmjson</a>
- <a href="http://doc.qt.io/qt-5/json.html">JSON Support in Qt</a>
- <a href="https://doublejim.github.io/">JsonWax for Qt</a>
- <a href="https://repo.progsbase.com/repoviewer/no.inductive.idea10.programs/JSON/latest">progbase</a>
- <a href="https://github.com/HaniAmmar/Qentem-Engine">Qentem-Engine </a>
- C#
- <a href="http://www.codeproject.com/KB/IP/fastJSON.aspx">fastJSON</a>
- <a href="http://www.raboof.com/projects/jsonchecker/">JSON_checker</a>
- <a href="http://james.newtonking.com/projects/json-net.aspx">Json.NET</a>
- <a href="http://sourceforge.net/projects/csjson">JSON for .NET</a>
- <a href="https://github.com/gregsdennis/Manatee.Json">Manatee Json</a>
- <a href="https://github.com/ysharplanguage/FastJsonParser">FastJsonParser</a>
- <a href="https://github.com/MarcosLopezC/LightJson">LightJson</a>
- <a href="https://github.com/steffen-liersch/liersch.json">Liersch.Json</a>
- <a href="https://github.com/steffen-liersch/Liersch.JsonSerialization">Liersch.JsonSerialization</a>
- <a href="https://repo.progsbase.com/repoviewer/no.inductive.idea10.programs/JSON/latest">progbase</a>
- <a href="https://pinery.systems/json-essentials-com/index.html">JSON Essentials</a>
- Clojure
- <a href="http://github.com/clojure/data.json/">data.json</a>
- Cobol
- <a href="http://www.redversconsulting.com/cobol_json_interface.php">Redvers COBOL JSON Interface</a>
- ColdFusion
- <a href="http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-79fa.html">SerializeJSON</a>
- D
- <a href="https://dlang.org/phobos/std_json.html">std.json</a>
- <a href="http://asdf.libmir.org/">asdf</a>
- <a href="https://vibed.org/api/vibe.data.json/">vibe.data.json</a>
- Dart
- <a href="http://api.dartlang.org/json.html">json library</a>
- Delphi
- <a href="https://sourceforge.net/projects/is-webstart/">Delphi Web Utils</a>
- <a href="http://sourceforge.net/projects/lkjson">JSON Delphi Library</a>
- E
- <a href="http://erights.org/data/terml/embeddings.html">JSON in TermL</a>
- Erlang
- <a href="https://github.com/exograd/erl-json">erl-json</a>
- Fantom
- <a href="http://fantom.org/doc/docLib/Json.html">Json</a>
- FileMaker
- <a href="http://www.modularfilemaker.org/module/json/">JSON</a>
- Fortran
- <a href="https://github.com/jacobwilliams/json-fortran">json-fortran</a>
- <a href="http://sourceforge.net/projects/yajl-fort/">YAJL-Fort</a>
- <a href="https://gitlab.com/everythingfunctional/jsonff">jsonff</a>
- Go
- <a href="http://golang.org/pkg/encoding/json/">package json</a>
- Groovy
- <a href="https://github.com/jdereg/groovy-io">groovy-io</a>
- Haskell
- <a href="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/RJson">RJson package</a>
- <a href="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/json">json package</a>
- Java
- <a href="https://github.com/stleary/JSON-java">JSON-java</a>
- <a href="https://github.com/billdavidson/JSONUtil">JSONUtil</a>
- <a href="https://java.net/projects/jsonp/">jsonp</a>
- <a href="http://json-lib.sourceforge.net/">Json-lib</a>
- <a href="http://www.stringtree.org/stringtree-json.html">Stringtree</a>
- <a href="http://sojo.sourceforge.net/">SOJO</a>
- <a href="http://json-taglib.sourceforge.net/">json-taglib</a>
- <a href="http://flexjson.sourceforge.net/">Flexjson</a>
- <a href="http://argo.sourceforge.net/">Argo</a>
- <a href="https://bitbucket.org/jmarsden/jsonij">jsonij</a>
- <a href="http://sourceforge.net/projects/fastjson/">fastjson</a>
- <a href="http://bolerio.github.io/mjson/">mjson</a>
- <a href="https://github.com/grobmeier/jjson">jjson</a>
- <a href="https://github.com/fangyidong/json-simple">json-simple</a>
- <a href="https://github.com/jdereg/json-io">json-io</a>
- <a href="https://github.com/google/gson">google-gson</a>
- <a href="https://github.com/fossnova/json">FOSS Nova JSON</a>
- <a href="https://sites.google.com/site/javacornproject/corn-converter">Corn CONVERTER</a>
- <a href="http://johnzon.incubator.apache.org/">Apache johnzon</a>
- <a href="http://owlike.github.io/genson/">Genson</a>
- <a href="https://github.com/coconut2015/cookjson">cookjson</a>
- <a href="https://repo.progsbase.com/repoviewer/no.inductive.idea10.programs/JSON/latest">progbase</a>
- <a href="https://github.com/FasterXML/jackson">jackson</a>
- <a href="https://www.eclipse.org/eclipselink/#moxy">MOXy</a>
-
JavaScript
- <a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">JSON</a>
- <a href="https://github.com/douglascrockford/JSON-js">json2.js</a>
- <a href="https://github.com/dscape/clarinet">clarinet</a>
- <a href="http://oboejs.com/">Oboe.js</a>
- <a href="https://repo.progsbase.com/repoviewer/no.inductive.idea10.programs/JSON/latest">progbase</a>
- LabVIEW
- <a href="http://zone.ni.com/reference/en-XX/help/371361K-01/glang/flat_unflat_string/">flatten</a>
- Lisp
- <a href="http://common-lisp.net/project/cl-json/">Common Lisp JSON</a>
- LiveCode
- <a href="https://github.com/montegoulding/mergJSON">mergJSON</a>
- LotusScript
- <a href="http://www.openntf.org/Projects/pmt.nsf/ProjectHome?ReadForm&Query=JSON%20LS">JSON LS</a>
- Lua
- <a href="http://lua-users.org/wiki/JsonModules">JSON Modules</a>
- M
- <a href="https://github.com/lparenteau/DataBallet/blob/master/r/json.m">DataBallet</a>
- Matlab
- <a href="http://iso2mesh.sourceforge.net/cgi-bin/index.cgi?jsonlab">JSONlab</a>
- <a href="http://www.mathworks.com/matlabcentral/fileexchange/20565">20565</a>
- <a href="http://www.mathworks.com/matlabcentral/fileexchange/23393">23393</a>
- Net.Data
- <a href="https://github.com/blackchair/netdata-json">netdata-json</a>
- Nim
- <a href="https://nim-lang.org/docs/json.html">Module json</a>
- Objective C
- <a href="https://developer.apple.com/library/ios/documentation/foundation/reference/nsjsonserialization_class/Reference/Reference.html">NSJSONSerialization</a>
- <a href="https://github.com/stig/json-framework/">json-framework</a>
- <a href="https://github.com/johnezang/JSONKit">JSONKit</a>
- <a href="https://github.com/gabriel/yajl-objc">yajl-objc</a>
- <a href="https://github.com/TouchCode/TouchJSON">TouchJSON</a>
- OCaml
- <a href="http://erratique.ch/software/jsonm">jsonm</a>
- PascalScript
- <a href="https://github.com/koldev/JsonParser">JsonParser</a>
- Perl
- <a href="http://search.cpan.org/search?query=JSON">CPAN</a>
- Photoshop
- <a href="https://github.com/tonton-pixel/json-photoshop-scripting">JSON Photoshop Scripting</a>
- PHP
- <a href="http://www.php.net/releases/5_2_0.php">PHP 5.2</a>
- PicoLisp
- <a href="https://github.com/aw/picolisp-json">picolisp-json</a>
- Pike
- <a href="http://modules.gotpike.org/module_info.html?module_id=33">Public.Parser.JSON</a>
- <a href="http://modules.gotpike.org/module_info.html?select=0.2&module_id=43">Public.Parser.JSON2</a>
- PL/SQL
- <a href="https://github.com/pljson/pljson">pljson</a>
- PureBasic
- <a href="http://www.purebasic.com/documentation/json/index.html">JSON</a>
- Puredata
- <a href="https://github.com/residuum/PuRestJson">PuRestJson</a>
- Python
- <a href="http://docs.python.org/library/json.html">The Python Standard Library</a>
- <a href="http://pypi.python.org/pypi/simplejson/">simplejson</a>
- <a href="http://jyson.xhaus.com/">pyson</a>
- <a href="http://github.com/pykler/yajl-py/">Yajl-Py</a>
- <a href="https://github.com/esnme/ultrajson">ultrajson</a>
- <a href="http://pypi.python.org/pypi/metamagic.json/">metamagic.json</a>
- <a href="https://repo.progsbase.com/repoviewer/no.inductive.idea10.programs/JSON/latest">progbase</a>
- R
- <a href="http://cran.r-project.org/web/packages/rjson/index.html">rjson</a>
- <a href="http://cran.r-project.org/web/packages/jsonlite/index.html">jsonlite</a>
- Racket
- <a href="http://www.neilvandyke.org/racket-json-parsing/">json-parsing</a>
- Rebol
- <a href="http://www.rebol.org/view-script.r?script=json.r">json.r</a>
- RPG
- <a href="http://rpgnextgen.com/index.php?content=json">JSON Utilities</a>
- Rust
- <a href="https://github.com/serde-rs/json">Serde JSON</a>
- <a href="https://github.com/maciejhirsz/json-rust">json-rust</a>
- Ruby
- <a href="http://github.com/brianmario/yajl-ruby">yajl-ruby</a>
- <a href="https://github.com/dgraham/json-stream">json-stream</a>
- <a href="https://repo.progsbase.com/repoviewer/no.inductive.idea10.programs/JSON/latest">progbase</a>
- Scala
- <a href="https://circe.github.io/circe/">circe</a>
- Scheme
- <a href="http://www.lshift.net/blog/2005/08/22/json-for-mzscheme-and-a-portable-packrat-parsing-combinator-library">MZScheme</a>
- <a href="https://guenchi.github.io/json/">JSON-struct</a>
- Shell
- <a href="http://kmkeen.com/jshon/">Jshon</a>
- <a href="https://github.com/dominictarr/JSON.sh">JSON.sh</a>
- <a href="https://github.com/shellbound/jwalk/">jwalk</a>
- Squeak
- <a href="http://map1.squeakfoundation.org/sm/package/d38bdc2d-e52a-4167-ae73-2cf438c65c2f">Squeak</a>
- Tcl
- <a href="http://wiki.tcl.tk/13419">JSON</a>
- Visual Basic
- <a href="http://www.ediy.co.nz/vbjson-json-parser-library-in-vb6-xidc55680.html">VB-JSON</a>
- <a href="http://www.pozzware.com/pozzware/Corsi/Programmazione/VB.NET/JSON%20Library.aspx">PW.JSON</a>
- <a href="https://github.com/dday9/.NET-JSON-Transformer">.NET-JSON-Transformer</a>
- <a href="https://repo.progsbase.com/repoviewer/no.inductive.idea10.programs/JSON/latest">progbase</a>
- Visual FoxPro
- <a href="http://www.foxweb.com/document/index.htm?page=/document/fwJSONObject.htm">fwJSON</a>
- <a href="http://www.sweetpotatosoftware.com/SPSBlog/PermaLink,guid,5f96efd7-f350-4bc8-86c5-caffd9e833eb.aspx">JSON</a>
- <a href="https://github.com/sait/vfpjson">vfpjson</a>
- Wing
- <a href="https://docs.winglang.io/reference/spec#114-json-type">json-type</a>