1
0
Fork 0

Add JSON generator

This commit is contained in:
Starbeamrainbowlabs 2015-08-24 15:21:16 +01:00
parent 451b251750
commit 5873f242fd
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ This section could easily get absolutely huge, so it is limited to a *very* smal
- [vorlon.js](http://www.vorlonjs.com/) - Awesome looking remote debugger
- [keyCode Test Page](http://www.asquare.net/javascript/tests/KeyCode.html) - A test page that shows you the keyCode of the keys you press
- [jscompress](http://jscompress.com/) - A simple no-fuss javascript compressor
- [JSON Generator](http://json-generator.com) - Generate complex JSON test data
#### Performance
- [jsPerf](https://jsperf.com/) - JavaScript performance playground. Create tests online to compare different pieces of javascript code.