I have some JSon that I am deserializing using GSon.
{
"resp": {
"posts": [
{
...
"public": true,
...
}]
}
My problem is that public is a Java keyword, so how would I make a field in my Class that correlates with the public field in the JSon?
JSONandGson. – kay Jun 6 '11 at 22:46