Hello,
just found this and it seems to be what I am looking for ...but:
In jsonpost.pde it should be
post.addHeader("Content-Type", "application/json");
instead of
put.addHeader("Content-Type", "application/json");
....
That aside, is this supposed to work on Andriod/APDE?