Skip to content

Latest commit

 

History

History
542 lines (458 loc) · 25.4 KB

json.md

File metadata and controls

542 lines (458 loc) · 25.4 KB

Bookmarks tagged [json]

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.


https://jsonplaceholder.typicode.com/

Free to use fake Online REST API for testing and prototyping Powered by JSON Server + LowDB


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:


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


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/


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.


https://github.com/DaveGamble/cJSON

Ultralightweight JSON parser in ANSI C. [MIT]


https://github.com/cesanta/frozen

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


https://github.com/akheron/jansson

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


https://github.com/chrismanning/jbson

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


https://github.com/jeaye/jeayeson

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


https://github.com/zserge/jsmn

A minimalistic JSON parser in C. [MIT]


https://github.com/nlohmann/json

JSON for Modern C++. [MIT]


https://github.com/hjiang/jsonxx

A JSON parser in C++. [MIT]


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

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


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

A JSON implementation in C. [MIT]


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

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


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

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


https://github.com/dropbox/json11

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


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

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


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

Very simple C++ JSON Parser. [PublicDomain]


https://github.com/vincenthz/libjson

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


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

Lightweight JSON library. [?]


https://github.com/vstakhov/libucl

Universal configuration library parser [BSD-2-Clause]


https://github.com/kgabis/parson

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


https://github.com/kazuho/picojson

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


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

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


https://github.com/flavio/qjson

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


https://github.com/miloyip/rapidjson

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


https://github.com/chadaustin/sajson

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


https://github.com/lemire/simdjson

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


https://github.com/taocpp/json

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


https://bitbucket.org/awangk/ujson

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


https://github.com/lloyd/yajl

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


https://github.com/kubernetes/kompose

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


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

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


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.


https://github.com/errordeveloper/kubegen

kubegen – simple way to describe Kubernetes resources in a structured way, but without new syntax or magic - errordeveloper/kubegen


https://github.com/garethr/kubeval

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


https://github.com/spyzhov/ajson

Abstract JSON for golang with JSONPath support.


https://github.com/skanehira/gjo

Small utility to create JSON objects.


https://github.com/tidwall/gjson

Get a JSON value with one line of code.


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

Go package for handling common HTTP JSON responses.


https://github.com/elgs/gojq

JSON query in Golang.


https://github.com/ChimeraCoder/gojson

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


https://github.com/yazgazan/jaydiff

JSON diff utility written in Go.


https://mholt.github.io/json-to-go/

Convert JSON to Go struct.


https://github.com/AmuzaTkts/jsonapi-errors

Go bindings based on the JSON API errors reference.


https://github.com/miolini/jsonf

Console tool for highlighted formatting and struct query fetching JSON.


https://github.com/ricardolonga/jsongo

Fluent API to make it easier to create Json objects.


https://github.com/RichardKnop/jsonhal

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


https://github.com/Qntfy/kazaam

API for arbitrary transformation of JSON documents.


https://github.com/sanbornm/mp

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


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

JSON library with advanced compile time databinding.


https://owlike.github.io/genson

Powerful and easy-to-use Java-to-JSON conversion library.


https://github.com/google/gson

Serializes objects to JSON and vice versa. Good performance with on-the-fly usage.


https://github.com/brettwooldridge/HikariJSON

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


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

Set of Jackson modules for Java 8 datatypes and features.


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

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


https://github.com/FasterXML/jackson

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


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

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


http://jsoniter.com

Fast and flexible library with iterator and lazy parsing API.


https://github.com/bluelinelabs/LoganSquare

JSON parsing and serializing library based on Jackson's streaming API. Outperforms GSON & Jackson's library.


https://github.com/square/moshi

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


https://github.com/eclipse/yasson

Binding layer between classes and JSON documents similar to JAXB.


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

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


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

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


https://github.com/Keyang/node-csvtojson

Blazing fast and Comprehensive CSV Parser for Node.JS / Browser / Command Line. - Keyang/node-csvtojson


https://www.baeldung.com/jackson-serialize-enums

How to serialize an Enum as a JSON Object using Jackson 2.


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


http://www.baeldung.com/jackson-serialize-enums

How to serialize an Enum as a JSON Object using Jackson 2.


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


https://stackoverflow.com/questions/5455014/ignoring-new-fields-on-json-objects-using-jackson

Mark the POJO to ignore unknown properties


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


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

  • 📆 published on: 2013-07-01
  • tags: java, 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....

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