JSON to JSON transformer

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

I got a scenario.

Required input and output are JSON.

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


        
7条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-30 03:51

    You can try Java library Silencio that allows you to convert each node of the JSON file into new values. You can decide which and how nodes should be transformed.

提交回复
热议问题