Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 332 Bytes

File metadata and controls

13 lines (9 loc) · 332 Bytes

gocodesample

This is json transformer that convert a schemeless json to another formatted json.

Done:

string/boolean/number/map/list types conversion

Not done:

  • string with a time format

  • null type to boolean

  • input json check: e.g., input json elements mismatched with the claimed types

  • error check