开发者

How to convert amazon ion to json data using java

开发者 https://www.devze.com 2022-12-07 18:49 出处:网络
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?

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

精彩评论

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