Editor.js is a block-styled editor that outputs clean data in JSON instead of heavy HTML-markup. Editor.js is designed to be API extendable and pluggable.
AlaSQL.js a JavaScript SQL database that handles both traditional relational tables and nested JSON data (NoSQL).
You can export, store, and import data from localStorage, IndexedDB, or Excel.
API for the FIFA World Cup 2018 that scrapes current match results and outputs match data as JSON.
st.js is a library that adds a couple of powerful methods to JavaScript's native JSON.
csv-parser is a streaming csv parser inspired by binary-csv that aims to be faster than everyone else.
csv-parser
can convert CSV into JSON at at rate of around 90,000 rows per second.
jQuery Mockjax plugin provides request/response mocking for ajax requests using the jQuery API and provides all standard behaviors in the request/response flow.
Built a simple local weather app using JSON, jQuery, APIs of ipinfo.io and OpenWeatherMap.
jExcel is a jQuery plugin to embed a spreadsheet, compatible with Excel, in your browser.
You can load data straight to the table from a JS array, json or even a CSV file. You can copy and paste from or to Excel straight to jExcel.
survey.js is a JavaScript library to add a survey to your website. It uses JSON for survey metadata and results. Also it can be used with bootstrap.
The JSON Form library is a JavaScript client-side library that takes a structured data model defined using JSON Schema as input and returns a Bootstrap-friendly HTML form that matches the schema.
A simple and nice random quote machine created by using jQuery and JSON.
lave is eval in reverse; it does for JavaScript what JSON.stringify does for JSON, turning an arbitrary object in memory into the expression, function, or ES6 module needed to create it.
Echo is able to read tables from a website or a html file and convert it to JSON or CSV. Perfect for saving data from a website and loading it into excel, database, etc.
Carbon is an extendable and beautiful rich text editor in the browser. It is inspired by Medium Editor.
It is built on top of an internal model for an article that clients can translate to and from JSON and HTML.
JSONForms is a javascript library for submitting form data as JSON. With this plugin you can convert any form into a structured JSON object.