I'm working with amazon ion data, stored in file. I need to convert it to Jso开发者_JAVA技巧n data. Is there any libraries available in Java? Or any another type of data format close to Json?
P.S. - newbie to java
One way is to use Jackson Ion library to convert ion data to POJO, then conver the POJO to JSON.
Check more details in the answer here - How to convert Amazon QLDB IonStruct to Json in java?
精彩评论