ANY-JSON2HTML - an open source to convert json to table

HTML Nov 24, 2015

Hey Guys,

Today, I am presenting a new library that I built for one of my internal tools to display results in tables. Tables give good visiblity and good user experience as they are very easy to read.

This library basically converts any json/array into beautiful HTML tables. There are quite a good libraries out in market that does this but they forces to change input values according to their structure. ANY-JSON2HTML only asks for any random input and transforms it. This is the biggest USP of this library.

Salient Features:

  1. Easy to use, Easily configurable
  2. Fast & Reliable
  3. Convert any random json/array structure
  4. build beautiful tables hence enhancing rading

You can check its live demo here. For code, go to this repo.

If anyone has any feedback/improvements about it, Please post it here or directly reach me at lakshay.katney@gmail.com.

Related Tags:

HTML   Tool   products   JavaScript