]
George Gastaldi closed FORGE-1650.
----------------------------------
Assignee: George Gastaldi
Fix Version/s: 2.7.0.Final
Resolution: Done
Already implemented in the parser-json addon.
Support creation of JSON object models from application code through
JSON-P APIs
--------------------------------------------------------------------------------
Key: FORGE-1650
URL:
https://issues.jboss.org/browse/FORGE-1650
Project: Forge
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Java EE
Affects Versions: 2.1.1.Final
Reporter: Vineet Reynolds
Assignee: George Gastaldi
Fix For: 2.7.0.Final
One could automate generation of parsers that construct JSONObjects from application
models, through Forge. This would reduce unnecessary typing involved in mapping the
application model to the JSON model.
This could be supported for both the object-model ({{JSONObjectBuilder}}) as well as the
stream-model ({{JsonParser}}) of JSON-P.