posix4e / json-smart

Automatically exported from code.google.com/p/json-smart
1 stars 0 forks source link

"updatevalue" feature request #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. feature like jackson ObjectMapper.updatevalue,that is: update object from 
json,no new instance create.

thanks

Original issue reported on code.google.com by yunjie....@gmail.com on 13 Oct 2011 at 5:42

GoogleCodeExporter commented 9 years ago

Original comment by uriel.chemouni on 24 Oct 2011 at 10:27

GoogleCodeExporter commented 9 years ago

Original comment by uriel.chemouni on 1 Nov 2011 at 8:57

GoogleCodeExporter commented 9 years ago
2.0 will final contains this feature.
Object updating is availible using:

net.minidev.json.JSONValue.parse(Reader in, T toUpdate)
and
net.minidev.json.JSONValue.parse(String in, T toUpdate)

Original comment by uriel.chemouni on 1 Nov 2011 at 10:19

GoogleCodeExporter commented 9 years ago

Original comment by uriel.chemouni on 1 Nov 2011 at 9:12