Advertise here

jQuery Plugins Tagged ‘json’

formio.js – JavaScript Forms with JSON Form Builder

April 11, 2020     2940     JSON Form Elements
formio.js – JavaScript Forms with JSON Form Builder

formio.js is a plain JavaScript form renderer and SDK for Form.io that allows you to render the JSON schema form and render those within your application using plain JavaScript, as well as provides an interface SDK to communicate to the Form.io API's.

Read More »

Corona Data Scraper – COVID-19 Coronavirus Data Scraped from Verified Sources

April 04, 2020     729     JSON
Corona Data Scraper – COVID-19 Coronavirus Data Scraped from Verified Sources

Corona Data Scraper pulls COVID-19 Coronavirus case data from a variety of openly available world government data sources and curated datasets. It finds the corresponding GeoJSON features, and adds population data.

Read More »

Editor.js – Next Generation Block-Styled Editor

April 15, 2019     2236     JSON Text & String
Editor.js – Next Generation Block-Styled Editor

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.

Read More »

AlaSQL – JavaScript SQL Database Library

January 16, 2019     871    
AlaSQL –  JavaScript SQL Database Library

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.

Read More »

World Cup 2018 Data in JSON

June 22, 2018     656    
World Cup 2018 Data in JSON

API for the FIFA World Cup 2018 that scrapes current match results and outputs match data as JSON.

Read More »

ST.js – JSON Selector & Transformer

October 12, 2017     1109     JSON
ST.js – JSON Selector & Transformer

st.js is a library that adds a couple of powerful methods to JavaScript's native JSON.

  • Select: Query any JSON tree to select exactly the subtree you are looking for.
  • Transform: Transform any JSON object to another by parsing with a template, also written in JSON

Read More »

csv-parser – Streaming CSV Parser

August 11, 2017     835     JSON
csv-parser – Streaming CSV Parser

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.

Read More »

Mockjax – Ajax Request Mocking with jQuery

August 09, 2017     1583     JSON Ajax
Mockjax – Ajax Request Mocking with jQuery

jQuery Mockjax plugin provides request/response mocking for ajax requests using the jQuery API and provides all standard behaviors in the request/response flow.

Read More »

Local Weather App with jQuery and OpenWeatherMap

July 02, 2017     1132     Maps
Local Weather App with jQuery and OpenWeatherMap

Built a simple local weather app using JSON, jQuery, APIs of ipinfo.io and OpenWeatherMap.

Read More »

jExcel – jQuery Plugin to Embed Spreadsheet to WebPage

February 20, 2017     5957     Tables
jExcel – jQuery Plugin to Embed Spreadsheet to WebPage

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. 

Read More »

Survey.js – JavaScript Survey Engine

February 06, 2017     3400     JSON Bootstrap
Survey.js – JavaScript Survey Engine

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.

Read More »

JSON Form – Javascript Library to Build Forms from JSON Schema

January 07, 2017     4312     JSON Form Elements
JSON Form – Javascript Library to Build Forms from JSON Schema

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.

Read More »

Random Quote Machine with jQuery and JSON

May 09, 2016     1021     JSON Text & String
Random Quote Machine with jQuery and JSON

A simple and nice random quote machine created by using jQuery and JSON.

Read More »

lave – Stringifying All Stuff That JSON.stringify Won't

March 18, 2016     915     Others
lave – Stringifying All Stuff That JSON.stringify Won't

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.

Read More »

Echo – Convert HTML Tables to JSON/CSV

February 17, 2016     1420     JSON
Echo – Convert HTML Tables to JSON/CSV

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.

Read More »