pyon
pyon copied to clipboard
The Pythonic way to use JSON - with native objects 🛠 and path support 📁
Results
2
pyon issues
Sort by
recently updated
recently updated
newest added
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
dependencies
``` import pyon p = pyon.PyonObject("/test/123") p.dump(output_format='xml') AttributeError: 'int' object has no attribute 'isdigit'```