Projects

Json as Table viewer

This is an utility to view JSON as table and each nested array will become a nested table. The nested tables are collapsed by default

Launch →

Json Viewer

This is a JSON tree viewer with preview of folded items, which is kind of nice to see few elements without expanding

Launch →

Date Diff Utility

find the difference between dates expressed in years months days as well as formatted into human readable format

Launch →

Json to CSV

Utility to flatten json arrays into tabular(CSV) structure. The columns are csv json-paths. Also the schema is shown. Its useful to serialize random json to csv and back to json.

Launch →

Json to CSV

Datasource Form is an old almost vanilla javascript project from 2013 where datadriven datasources can be connected to forms and tables, tables can be filtered using table columns filters. The forms can be used to update the datasource which will reflect in table. Any kind of schema json or array datasource can be used to view in table and edit in forms. More details can be found in this demo page.

Launch →