Advertise here

JSON

jQuery JSONView – Formats & Syntax Highlights JSON

July 03, 2015     2468     JSON
jQuery JSONView – Formats & Syntax Highlights JSON

jQuery JSONView is a plugin to view JSON in a more readable format. It offers some methods and options to customize.

Read More »

anyToJSON – Converts Any Data Repository to JSON

July 01, 2015     1241     JSON
anyToJSON – Converts Any Data Repository to JSON

anyToJSON is a javascript library that fetches data from anywhere and converts it to JSON.

Support

  • CSV flat file
  • JSON flat file
  • CSV REST API
  • JSON REST API
  • Databases (ODBC support)

Read More »

joqular – JavaScript Object Query Language Representation

May 16, 2015     1011     JSON
joqular – JavaScript Object Query Language Representation

joqular is a JavaScript Object Query Language Representation that is mostly JSON.

  • Serializable pattern and SQL like object matching for JavaScript, including joins!
  • More built-in predicates/operators than most other other data query mechanisms, currently 34. Includes built in random sampling capability.
  • Extensible with just one line of code per predicate/query operator. Puts the intelligence in your data, not the database engine.
  • Just-in-time, fully indexed in-memory database, 2x to 10x faster than linear search, faster than IndexedDB and PouchDB for insert and search.

Read More »

Datalib – JavaScript Data Utility Library

May 08, 2015     1048     JSON
Datalib – JavaScript Data Utility Library

Datalib is a JavaScript data utility library. It provides facilities for data loading, type inference, common statistics, and string templates. This includes:

  • Loading and parsing data files (JSON, TopoJSON, CSV, TSV).
  • Summary statistics (mean, deviation, median, correlation measures, etc.).
  • Data-driven string templates, including a set of expressive filters.
  • Utilities for working with JavaScript objects and arrays.

Read More »

ExcelJS – Excel Workbook Manager

March 06, 2015     4919     JSON Others
ExcelJS – Excel Workbook Manager

Read, manipulate and write spreadsheet data and styles to XLSX and JSON. Reverse engineered from Excel spreadsheet files as a project.

Read More »

jPut – JSON to HTML

December 22, 2014     2318     JSON Ajax
jPut – JSON to HTML

jPut is a small jQuey plugin which you can put your JSON as customized HTML format easily.It supports loading JSON via ajax.

Read More »

jQuery Html JSON Forms

December 05, 2014     2200     JSON Form Elements
jQuery Html JSON Forms

A jQuery implementation of the draft for submitting forms encoded as JSON.

Read More »

QueryBuilder – jQuery Plugin to Create Complex Queries

August 23, 2014     6414     JSON Others
QueryBuilder – jQuery Plugin to Create Complex Queries

QueryBuilder can be used on advanced search engine pages, administration backends, etc. to build complex queries or filters. It is highly customisable and can be used with many jQuery widgets like autocompleters and sliders.

It outputs a structured JSON of rules which can be easily parsed to create SQL/NoSQL/whatever queries. It can also directly create a SQL WHERE statement.

Read More »

jQuery Serialize Object

August 20, 2014     2627     JSON Form Elements
jQuery Serialize Object

jQuery Serialize Object converts HTML form into JavaScript object.

Adds the method serializeObject to jQuery, to perform complex form serialization into JavaScript objects.

Read More »

Bonsai – Lightweight jQuery Tree Plugin

August 11, 2014     10932     JSON Others
Bonsai – Lightweight jQuery Tree Plugin

Bonsai is a lightweight jQuery plugin that takes a big nested list and prunes it down to a small expandable tree control.

Also includes support for checkboxes (including 'indeterminate' state) and for populating the tree using a JSON data source.

Read More »

PapaParse – Parse CSV with Javascript

July 18, 2014     2446     JSON Others
PapaParse – Parse CSV with Javascript

Papa Parse is a robust and powerful CSV (character-separated values) parser with these features:

  • Easy to use
  • Parse CSV files directly (local or over the network)
  • Stream large files (even via HTTP)
  • Reverse parsing (converts JSON to CSV)
  • Auto-detects the delimiter
  • Worker threads to keep your web page responsive
  • Header row support
  • Can convert numbers and booleans to their types
  • Graceful and robust error handling

Read More »

Columns – jQuery Plugin for Searching, Sorting, Paginating JSON Data

June 26, 2014     9917     JSON Tables
Columns – jQuery Plugin for Searching, Sorting, Paginating JSON Data

Columns is an easy way of creating JSON data into HTML tables that are sortable, searchable, and paginating. All you need is to provide the data, and Columns will do the rest.

Read More »

Sheetrock – Quickly Query and Lazy-Load Data from Google Spreadsheets

March 06, 2014     3256     JSON Tables
Sheetrock – Quickly Query and Lazy-Load Data from Google Spreadsheets

Sheetrock is a jQuery plugin for querying, retrieving, and displaying data from Google Spreadsheets. Use it to load entire sheets or leverage SQL-like queries to treat Google Spreadsheets as a quick-and-dirty JSON datastore.

Read More »

serializeJSON – Serialize an HTML Form to JavaScript Object

January 09, 2014     4346     JSON
serializeJSON – Serialize an HTML Form to JavaScript Object

Serialize an HTML Form to a JavaScript Object, supporting nested attributes and arrays. The serializeJSON function does not return JSON, but an object instead.

Read More »

jQuery editTable

December 18, 2013     20184     JSON Ajax Tables
jQuery editTable

editTable is a lightweight jQuery Plugin that fill the gap left by the missing of a default input field for data tables.

jQuery editTable can be used both in AJAX and/or HTTP POST contest and let you preset the title and number of columns or just let complete freedom to the user.

Read More »