Closed rcjackson closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.57%. Comparing base (
43c9135
) to head (3415d3d
). Report is 25 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@rcjackson, i wanted to reach out to see if this PR is something you're still interested in bringing to completion? i'm happy to help
pre-commit.ci autofix
thank you for this contribution🚀, @rcjackson!
This adds functionality to BatchSchema to dump the properties of a BatchSchema to a json file. All you do is, for a given BatchSchema bs, do
to have the JSON representation in a string.
To put the JSON representation in a file, do:
Fixes #155