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

http://wiremock.org/

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/


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]


frozen

https://github.com/cesanta/frozen

JSON parser and generator for C/C++. [GPL & GPL2]


Jansson

https://github.com/akheron/jansson

C library for encoding, decoding and manipulating JSON data. [MIT]


jbson

https://github.com/chrismanning/jbson

jbson is a library for building & iterating BSON data, and JSON documents in C++14. [Boost]


JeayeSON

https://github.com/jeaye/jeayeson

A very sane (header only) C++ JSON library. [BSD]


Jsmn

https://github.com/zserge/jsmn

A minimalistic JSON parser in C. [MIT]


json

https://github.com/nlohmann/json

JSON for Modern C++. [MIT]


JSON++

https://github.com/hjiang/jsonxx

A JSON parser in C++. [MIT]


json.h

https://github.com/sheredom/json.h

A simple one header/one source solution to parsing JSON in C and C++. [Unlicense]


json-c

https://github.com/json-c/json-c

A JSON implementation in C. [MIT]


JsonCpp

https://github.com/open-source-parsers/jsoncpp

A C++ library for interacting with JSON. [MIT]


json-parser

https://github.com/udp/json-parser

Very low footprint JSON parser written in portable ANSI C. [BSD]


json11

https://github.com/dropbox/json11

A tiny JSON library for C++11. [MIT]


json-voorhees

https://github.com/tgockel/json-voorhees

JSON library for C++. Support for C++11. No dependencies, fast and dev-friendly. [Apache2]


jute

https://github.com/amir-s/jute

Very simple C++ JSON Parser. [PublicDomain]


libjson

https://github.com/vincenthz/libjson

A JSON parser and printer library in C. easy to integrate with any model. [LGPL]


libjson

http://sourceforge.net/projects/libjson/

Lightweight JSON library. [?]


LIBUCL

https://github.com/vstakhov/libucl

Universal configuration library parser [BSD-2-Clause]


parson

https://github.com/kgabis/parson

Parson is a lighweight json library written in C. [MIT]


PicoJSON

https://github.com/kazuho/picojson

A header-file-only, JSON parser serializer in C++. [BSD]


qt-json

https://github.com/gaudecker/qt-json

A simple class for parsing JSON data into a QVariant hierarchy and vice versa. [GPLv3]


QJson

https://github.com/flavio/qjson

A qt-based library that maps JSON data to QVariant objects. [LGPL2]


RapidJSON

https://github.com/miloyip/rapidjson

A fast JSON parser/generator for C++ with both SAX/DOM style API. [MIT]


sajson

https://github.com/chadaustin/sajson

Lightweight, extremely high-performance JSON parser for C++11. [MIT]


simdjson

https://github.com/lemire/simdjson

Extremely fast JSON library that can parse gigabytes of JSON per second. [Apache-2.0]


taoJSON

https://github.com/taocpp/json

Zero-dependency C++ header-only JSON library. [MIT]


ujson

https://bitbucket.org/awangk/ujson

µjson is a a small, C++11, UTF-8, JSON library. [MIT]


YAJL

https://github.com/lloyd/yajl

A fast streaming JSON parsing library in C. [ISC]


kompose

https://github.com/kubernetes/kompose

Go from Docker Compose to Kubernetes. Contribute to kubernetes/kompose development by creating an account on GitHub.


ksonnet-lib

https://github.com/ksonnet/ksonnet-lib

Codegen for Kubernetes-API-compatible Jsonnet libraries - ksonnet/ksonnet-lib


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.


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


kubeval

https://github.com/garethr/kubeval

Validate your Kubernetes configuration files, supports multiple Kubernetes versions - instrumenta/kubeval


ajson

https://github.com/spyzhov/ajson

Abstract JSON for golang with JSONPath support.


gjo

https://github.com/skanehira/gjo

Small utility to create JSON objects.


GJSON

https://github.com/tidwall/gjson

Get a JSON value with one line of code.


go-respond

https://github.com/nicklaw5/go-respond

Go package for handling common HTTP JSON responses.


gojq

https://github.com/elgs/gojq

JSON query in Golang.


gojson

https://github.com/ChimeraCoder/gojson

Automatically generate Go (golang) struct definitions from example JSON.


JayDiff

https://github.com/yazgazan/jaydiff

JSON diff utility written in Go.


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.


jsonf

https://github.com/miolini/jsonf

Console tool for highlighted formatting and struct query fetching JSON.


jsongo

https://github.com/ricardolonga/jsongo

Fluent API to make it easier to create Json objects.


jsonhal

https://github.com/RichardKnop/jsonhal

Simple Go package to make custom structs marshal into HAL compatible JSON responses.


kazaam

https://github.com/Qntfy/kazaam

API for arbitrary transformation of JSON documents.


mp

https://github.com/sanbornm/mp

Simple cli email parser. It currently takes stdin and outputs JSON.


DSL-JSON

https://github.com/ngs-doo/dsl-json

JSON library with advanced compile time databinding.


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.


HikariJSON

https://github.com/brettwooldridge/HikariJSON

High-performance JSON parser, 2x faster than Jackson.


jackson-modules-java8

https://github.com/FasterXML/jackson-modules-java8

Set of Jackson modules for Java 8 datatypes and features.


Jackson-datatype-money

https://github.com/zalando/jackson-datatype-money

Open-source Jackson module to support JSON serialization and deserialization of JavaMoney data types.


Jackson

https://github.com/FasterXML/jackson

Similar to GSON, but offers performance gains if you need to instantiate the library more often.


JSON-io

https://github.com/jdereg/json-io

Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer.


jsoniter

http://jsoniter.com

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.


Moshi

https://github.com/square/moshi

Modern JSON library, less opinionated and uses built-in types like List and Map.


Yasson

https://github.com/eclipse/yasson

Binding layer between classes and JSON documents similar to JAXB.


awesome-json

https://github.com/burningtree/awesome-json#readme

A curated list of awesome JSON libraries and resources. - burningtree/awesome-json


jq home page

https://stedolan.github.io/jq/

jq is a lightweight and flexible command-line JSON processor.


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


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.


Online JSON Formatter

https://jsonformatter.org/

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.


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...

  • :calendar: published on: 2013-07-01
  • tags: java, json

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....

  • :calendar: published on: 2011-08-11
  • tags: java, json