String json = "{\"setting\":{\"profit_ report\":{\"profit_ report_ tb\":{\"__ meta\":{\"text\":\"abc\"}}}}}"; Want to append a property check:true , how to write the set method
String json = "{"setting":{"profit_ report":{"profit_ report_ tb":{"__ meta":{"text":"abc"}}}}}";
Want to append a property check:true , how to write the set method