I am looking for some example or demo Nimrod programs which use IUP (the GUI toolkit), JSON and PostgreSQL. I don't mean programs all three in a single program, and not so simple as the example programs packaged with Nimrod, but more advanced ones out there in the wild.
Any examples?
JSON is everywhere, nimbuild uses it, for instance. I know some people use IUP but I don't know if anything is released as open source.
Check out $nimrod/tests/testament/htmlgen.nim (for instance proc generateJson) it uses sqlite and JSON, but postgre would look exactly the same.