Hi, Igniters! I'm going to provide ML model export/import in human-readable format like JSON. But I have an issue: what JSON ser/deser library to use:
- I don't want to add dependency with possible CVEs - I don't need in special annotations to mark the POJO objects or something similar - I need to keep hierarchical (not plain) data in JSON Nice to hear any comments/suggestions Alexey