Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
To allow for binding data between various representations (for example, between JsonNode-based trees and POJOs), it would make sense to allow creating virtual JsonParser from JsonNode.
Activity
Tatu Saloranta
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | In Progress [ 3 ] |
Tatu Saloranta
made changes -
| Summary | Add method to "read" from Map/Collection, and/or JsonNode (by creating JsonParser) | Add method to construct JsonParsers to read from JsonNodes |
| Fix Version/s | 1.3 [ 15599 ] | |
| Description |
To allow for binding data between various representations (for example, between JsonNode-based trees and POJOs), it would make sense to allow creating virtual JsonParser from Map/Collection, or from JsonNode (if only latter, should also provide ObjectNode/CollectionNode constructors from Map/Collection). |
To allow for binding data between various representations (for example, between JsonNode-based trees and POJOs), it would make sense to allow creating virtual JsonParser from JsonNode. |
Tatu Saloranta
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
Tatu Saloranta
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Implemented; can now:
Will be part of release 1.3.0.