jackson-json-reference icon indicating copy to clipboard operation
jackson-json-reference copied to clipboard

[New feature] Support to generate back the structure from a JSON and references

Open vipulj169 opened this issue 7 years ago • 1 comments

Hey, This library was exactly what I was looking for. However, does this support getting back the file structure given a single JSON (possibly with xref pointers) or a reference file? If not, do you plan to support this?

Use case: I have a service that accepts JSON as a zip file and we allow the user to provide the JSON using JSONReferences. However, the internal store can be modified by other means as well (UI, etc). While returning back the zip file, we need to merge the changes and return in the same format as provided by the user. It would be great to have this feature.

Thanks

vipulj169 avatar Nov 18 '17 01:11 vipulj169

@vipulj169 I don't understand the question or feature exactly, can you clarify?

AndersDJohnson avatar Mar 06 '18 02:03 AndersDJohnson