JSON to JSON transformer

后端 未结 7 2082
醉话见心
醉话见心 2020-11-30 03:36

I got a scenario.

Required input and output are JSON.

// Input
{
  \"OldObject\": {
    \"Time\": 1351         


        
7条回答
  •  佛祖请我去吃肉
    2020-11-30 03:55

    You can use ZORBA and JsonIQ http://www.jsoniq.org/ However, it's a native library, it comes with a wrapper so you can use it in java.

提交回复
热议问题