json.md
July 15, 2021 · View on GitHub
Bookmarks tagged [json]
www.codever.land/bookmarks/t/json
JSON Generator – tool for generating random JSON data
https://next.json-generator.com/
A JSON data generator. JSON Generator generates data according to the template and saves it. Data can be requested from server using ajax with jsonp.
JSONPlaceholder - Fake online REST API for testing and prototyping
https://jsonplaceholder.typicode.com/
Free to use fake Online REST API for testing and prototyping Powered by JSON Server + LowDB
Rest API Testing With JMeter (Step by Step Guide) - Jmeter - OctoPerf
https://octoperf.com/blog/2018/04/23/jmeter-rest-api-testing/
Test a Json Rest API through a concrete example, OctoPerf’s Json Rest API.
And this guide will completely get you through the following knowledge:
Wiremock Home Page
WireMock is a simulator for HTTP-based APIs. Some might consider it a service virtualization tool or a mock server.
It enables you to stay productive when an API you depend on doesn't exist or isn't ...
JSONView
https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc
Validate and view JSON documents
JSONView port for Chrome.
Original firefox extension is here: http://benhollis.net/software/jsonview/
- tags: google-chrome-extension, json, productivity-tools
- :octocat: source code
Basic JavaScript: Manipulating Complex Objects | Learn freeCodeCamp
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/manipulati...
Learn to code with free online courses, programming projects, and interview preparation for developer jobs.
cJSON
https://github.com/DaveGamble/cJSON
Ultralightweight JSON parser in ANSI C. [MIT]
- tags: cpp, json
- :octocat: source code
frozen
https://github.com/cesanta/frozen
JSON parser and generator for C/C++. [GPL & GPL2]
- tags: cpp, json
- :octocat: source code
Jansson
https://github.com/akheron/jansson
C library for encoding, decoding and manipulating JSON data. [MIT]
- tags: cpp, json
- :octocat: source code
jbson
https://github.com/chrismanning/jbson
jbson is a library for building & iterating BSON data, and JSON documents in C++14. [Boost]
- tags: cpp, json
- :octocat: source code
JeayeSON
https://github.com/jeaye/jeayeson
A very sane (header only) C++ JSON library. [BSD]
- tags: cpp, json
- :octocat: source code
Jsmn
https://github.com/zserge/jsmn
A minimalistic JSON parser in C. [MIT]
- tags: cpp, json
- :octocat: source code
json
https://github.com/nlohmann/json
JSON for Modern C++. [MIT]
- tags: cpp, json
- :octocat: source code
JSON++
https://github.com/hjiang/jsonxx
A JSON parser in C++. [MIT]
- tags: cpp, json
- :octocat: source code
json.h
https://github.com/sheredom/json.h
A simple one header/one source solution to parsing JSON in C and C++. [Unlicense]
- tags: cpp, json
- :octocat: source code
json-c
https://github.com/json-c/json-c
A JSON implementation in C. [MIT]
- tags: cpp, json
- :octocat: source code
JsonCpp
https://github.com/open-source-parsers/jsoncpp
A C++ library for interacting with JSON. [MIT]
- tags: cpp, json
- :octocat: source code
json-parser
https://github.com/udp/json-parser
Very low footprint JSON parser written in portable ANSI C. [BSD]
- tags: cpp, json
- :octocat: source code
json11
https://github.com/dropbox/json11
A tiny JSON library for C++11. [MIT]
- tags: cpp, json
- :octocat: source code
json-voorhees
https://github.com/tgockel/json-voorhees
JSON library for C++. Support for C++11. No dependencies, fast and dev-friendly. [Apache2]
- tags: cpp, json
- :octocat: source code
jute
https://github.com/amir-s/jute
Very simple C++ JSON Parser. [PublicDomain]
- tags: cpp, json
- :octocat: source code
libjson
https://github.com/vincenthz/libjson
A JSON parser and printer library in C. easy to integrate with any model. [LGPL]
- tags: cpp, json
- :octocat: source code
libjson
http://sourceforge.net/projects/libjson/
Lightweight JSON library. [?]
LIBUCL
https://github.com/vstakhov/libucl
Universal configuration library parser [BSD-2-Clause]
- tags: cpp, json
- :octocat: source code
parson
https://github.com/kgabis/parson
Parson is a lighweight json library written in C. [MIT]
- tags: cpp, json
- :octocat: source code
PicoJSON
https://github.com/kazuho/picojson
A header-file-only, JSON parser serializer in C++. [BSD]
- tags: cpp, json
- :octocat: source code
qt-json
https://github.com/gaudecker/qt-json
A simple class for parsing JSON data into a QVariant hierarchy and vice versa. [GPLv3]
- tags: cpp, json
- :octocat: source code
QJson
https://github.com/flavio/qjson
A qt-based library that maps JSON data to QVariant objects. [LGPL2]
- tags: cpp, json
- :octocat: source code
RapidJSON
https://github.com/miloyip/rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API. [MIT]
- tags: cpp, json
- :octocat: source code
sajson
https://github.com/chadaustin/sajson
Lightweight, extremely high-performance JSON parser for C++11. [MIT]
- tags: cpp, json
- :octocat: source code
simdjson
https://github.com/lemire/simdjson
Extremely fast JSON library that can parse gigabytes of JSON per second. [Apache-2.0]
- tags: cpp, json
- :octocat: source code
taoJSON
https://github.com/taocpp/json
Zero-dependency C++ header-only JSON library. [MIT]
- tags: cpp, json
- :octocat: source code
ujson
https://bitbucket.org/awangk/ujson
µjson is a a small, C++11, UTF-8, JSON library. [MIT]
YAJL
A fast streaming JSON parsing library in C. [ISC]
- tags: cpp, json
- :octocat: source code
kompose
https://github.com/kubernetes/kompose
Go from Docker Compose to Kubernetes. Contribute to kubernetes/kompose development by creating an account on GitHub.
- tags: kubernetes, yaml, json
- :octocat: source code
ksonnet-lib
https://github.com/ksonnet/ksonnet-lib
Codegen for Kubernetes-API-compatible Jsonnet libraries - ksonnet/ksonnet-lib
- tags: kubernetes, yaml, json
- :octocat: source code
kube-libsonnet
https://github.com/bitnami-labs/kube-libsonnet/blob/master/kube.libsonnet
Generic library of Kubernetes objects for Jsonnet/Kubecfg with object to array mapping for painless overrides.
- tags: kubernetes, yaml, json
- :octocat: source code
kubegen
https://github.com/errordeveloper/kubegen
kubegen – simple way to describe Kubernetes resources in a structured way, but without new syntax or magic - errordeveloper/kubegen
- tags: kubernetes, yaml, json
- :octocat: source code
kubeval
https://github.com/garethr/kubeval
Validate your Kubernetes configuration files, supports multiple Kubernetes versions - instrumenta/kubeval
- tags: kubernetes, yaml, json
- :octocat: source code
ajson
https://github.com/spyzhov/ajson
Abstract JSON for golang with JSONPath support.
- tags: go, json
- :octocat: source code
gjo
https://github.com/skanehira/gjo
Small utility to create JSON objects.
- tags: go, json
- :octocat: source code
GJSON
https://github.com/tidwall/gjson
Get a JSON value with one line of code.
- tags: go, json
- :octocat: source code
go-respond
https://github.com/nicklaw5/go-respond
Go package for handling common HTTP JSON responses.
- tags: go, json
- :octocat: source code
gojq
JSON query in Golang.
- tags: go, json
- :octocat: source code
gojson
https://github.com/ChimeraCoder/gojson
Automatically generate Go (golang) struct definitions from example JSON.
- tags: go, json
- :octocat: source code
JayDiff
https://github.com/yazgazan/jaydiff
JSON diff utility written in Go.
- tags: go, json
- :octocat: source code
JSON-to-Go
https://mholt.github.io/json-to-go/
Convert JSON to Go struct.
jsonapi-errors
https://github.com/AmuzaTkts/jsonapi-errors
Go bindings based on the JSON API errors reference.
- tags: go, json
- :octocat: source code
jsonf
https://github.com/miolini/jsonf
Console tool for highlighted formatting and struct query fetching JSON.
- tags: go, json
- :octocat: source code
jsongo
https://github.com/ricardolonga/jsongo
Fluent API to make it easier to create Json objects.
- tags: go, json
- :octocat: source code
jsonhal
https://github.com/RichardKnop/jsonhal
Simple Go package to make custom structs marshal into HAL compatible JSON responses.
- tags: go, json
- :octocat: source code
kazaam
https://github.com/Qntfy/kazaam
API for arbitrary transformation of JSON documents.
- tags: go, json
- :octocat: source code
mp
https://github.com/sanbornm/mp
Simple cli email parser. It currently takes stdin and outputs JSON.
- tags: go, json
- :octocat: source code
DSL-JSON
https://github.com/ngs-doo/dsl-json
JSON library with advanced compile time databinding.
- tags: java, json
- :octocat: source code
Genson
https://owlike.github.io/genson
Powerful and easy-to-use Java-to-JSON conversion library.
Gson
https://github.com/google/gson
Serializes objects to JSON and vice versa. Good performance with on-the-fly usage.
- tags: java, json
- :octocat: source code
HikariJSON
https://github.com/brettwooldridge/HikariJSON
High-performance JSON parser, 2x faster than Jackson.
- tags: java, json
- :octocat: source code
jackson-modules-java8
https://github.com/FasterXML/jackson-modules-java8
Set of Jackson modules for Java 8 datatypes and features.
- tags: java, json
- :octocat: source code
Jackson-datatype-money
https://github.com/zalando/jackson-datatype-money
Open-source Jackson module to support JSON serialization and deserialization of JavaMoney data types.
- tags: java, json
- :octocat: source code
Jackson
https://github.com/FasterXML/jackson
Similar to GSON, but offers performance gains if you need to instantiate the library more often.
- tags: java, json
- :octocat: source code
JSON-io
https://github.com/jdereg/json-io
Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer.
- tags: java, json
- :octocat: source code
jsoniter
Fast and flexible library with iterator and lazy parsing API.
LoganSquare
https://github.com/bluelinelabs/LoganSquare
JSON parsing and serializing library based on Jackson's streaming API. Outperforms GSON & Jackson's library.
- tags: java, json
- :octocat: source code
Moshi
https://github.com/square/moshi
Modern JSON library, less opinionated and uses built-in types like List and Map.
- tags: java, json
- :octocat: source code
Yasson
https://github.com/eclipse/yasson
Binding layer between classes and JSON documents similar to JAXB.
- tags: java, json
- :octocat: source code
awesome-json
https://github.com/burningtree/awesome-json#readme
A curated list of awesome JSON libraries and resources. - burningtree/awesome-json
- tags: awesome-list, json
- :octocat: source code
jq home page
https://stedolan.github.io/jq/
jq is a lightweight and flexible command-line JSON processor.
- tags: jq, command-line, json, curl, dev-tools
- :octocat: source code
GitHub - Keyang/node-csvtojson
https://github.com/Keyang/node-csvtojson
Blazing fast and Comprehensive CSV Parser for Node.JS / Browser / Command Line. - Keyang/node-csvtojson
- tags: node.js, csv, json
- :octocat: source code
How To Serialize Enums as JSON Objects with Jackson
https://www.baeldung.com/jackson-serialize-enums
How to serialize an Enum as a JSON Object using Jackson 2.
- :calendar: published on: 2018-11-23
- tags: java, serialization, jackson, json
- :octocat: source code
Online JSON Formatter
Online JSON Formatter and JSON Validator will format JSON data, and helps to validate, convert JSON to XML, JSON to CSV. Save and Share JSON
How To Serialize Enums as JSON Objects with Jackson
http://www.baeldung.com/jackson-serialize-enums
How to serialize an Enum as a JSON Object using Jackson 2.
- :calendar: published on: 2017-07-19
- tags: java, json
- :octocat: source code
JSON Hijacking | You’ve Been Haacked
https://haacked.com/archive/2009/06/25/json-hijacking.aspx/
A while back I wrote about a subtle JSON vulnerability which could result in the disclosure of sensitive information. That particular exploit involved overriding the JavaScript Array constructor to di...
java - Ignoring new fields on JSON objects using Jackson - Stack Overflow
https://stackoverflow.com/questions/5455014/ignoring-new-fields-on-json-objects-using-jackson
Mark the POJO to ignore unknown properties
JSON Processing (JSON-P) - Home
https://javaee.github.io/jsonp/
JSON Processing (JSON-P) is a Java API to process (for e.g. parse, generate, transform and query) JSON messages. It produces and consumes JSON text in a streaming fashion (similar to StAX API for XML)...
Java API for JSON Processing
http://www.oracle.com/technetwork/articles/java/json-1973242.html
The Java API for JSON Processing provides portable APIs to parse, generate, transform, and query JSON.
See examples here...
JSON.simple example – Read and write JSON
https://www.mkyong.com/java/json-simple-example-read-and-write-json/
JSON.simple is a simple Java library for JSON processing, read and write JSON data and full compliance with [JSON specification (RFC4627)](http://www.ietf....