How to map JSON object with slashes in field name?
I am self-learned beginner in Java coding so please be understanding. I am writing REST api app that at some point expects to get such response from server: [ { "success": { "/config/linkbutton": true } } ] Normally I would create specific object with field named after my expected response and I would map this… Read More How to map JSON object with slashes in field name?