jackson-json-reference
jackson-json-reference copied to clipboard
[New feature] Support to generate back the structure from a JSON and references
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 I don't understand the question or feature exactly, can you clarify?