JSONFormatter.js takes a raw JSON stream and renders it as a pretty-printed HTML list.If too big, the list can optionally be collapsed to save space on the page.Small +/- icons will be added to JSON data nodes, letting the user know he can expand and...

SQL Parser

SQL Parser 0.5.0 updated

SQL Parser can be used by database developers to parse SQL queries before they're sent to the server and keep a log of what the database has been queried with.SQL Parser does not parse the query results, but the query and all its parameters.Works only...