开发者

How to convert amazon ion to json data using java

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?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜