ion-python icon indicating copy to clipboard operation
ion-python copied to clipboard

Support Ion to JSON

Open clacrone-github opened this issue 5 years ago • 1 comments

Often we have scenarios where input comes as JSON, converted to ION to do some business requirements, append data, etc, and then needs to be converted back to JSON. IonJava and others support the capability to translate ION to JSON. Add this extension for Python please.

clacrone-github avatar Oct 14 '19 18:10 clacrone-github

Note to anyone considering implementing this feature: the JSON down-conversion rules that should be followed are listed in the cookbook: http://amzn.github.io/ion-docs/guides/cookbook.html#down-converting-to-json

tgregg avatar Oct 21 '19 23:10 tgregg