minkit
latest
Installation
User guide
Working on GPUs
Reference
Functions
add_pdf_src
binned_chisquare
binned_extended_chisquare
binned_extended_maximum_likelihood
binned_maximum_likelihood
data_plotting_arrays
minimizer
pdf_from_json
pdf_plotting_arrays
pdf_to_json
register_pdf
simultaneous_minimizer
sweights
sweights_u
timer
unbinned_extended_maximum_likelihood
unbinned_maximum_likelihood
Classes
Class Inheritance Diagram
Performance
minkit
Docs
»
Reference
»
pdf_to_json
Edit on GitHub
pdf_to_json
¶
minkit.
pdf_to_json
(
pdf
)
[source]
¶
Dump a PDF to a JSON-like object.
Parameters:
pdf
(
PDF
) –
PDF
to dump.
Returns:
JSON-like object.
Return type:
dict
See also
pdf_from_json()