Hi all,
I'm working on a app for viewing JSON data. Pasting text into the app
will deserialize the data (using JSONSerializer) and display it in a
tree view. The app currently works (it is checked in under the tools
project), but it needs icons.
If anyone is willing to (or knows anyone who is willing to) create
icons for this app, I would very much appreciate it. I would need one
icon per JSON type:
Map (curly braces, e.g. "{}")
List (square brackets, e.g. "[]")
String (e.g. "abc")
Number (e.g. "123")
Boolean (ampersand, e.g. "&"; possibly logic gate icon, e.g.
http://en.wikipedia.org/wiki/Logic_gate)
null (electrical engineering ground/earth symbol, e.g.
http://en.wikipedia.org/wiki/File:Earth_Ground.svg)
The icons should be 16x16 PNGs (and, of course, must be licensed for
use by the ASF).
Thanks,
Greg