JSON Serialization #351
dylanjaide
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
We've been thinking about this for a while, but haven't worked on a standard API yet. It would be nice to define a standard format that multiple packages could use, and ideally would be supported by Boost.Histogram as well as boost-histogram (possibly as an optional component). We could even document it in UHI, for example. I can work on this after December 8 or so. CC @HDembinski and @jpivarski, thoughts? Can we start working on a draft? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We would like to be able to transfer
hist
objects using an API (use case: LHCb Analysis Productions), which will require conversion to JSON and back. If I understand correctly, there isn't yet a standardised way of doing this forhist
histograms. If not, is this something that could be added?Beta Was this translation helpful? Give feedback.
All reactions