Closed bluesmoon closed 1 year ago
All modified lines are covered by tests :white_check_mark:
Comparison is base (
239f4f2
) 91.57% compared to head (9ce70c4
) 91.57%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This change allows passing keyword arguments from
jsontable
toJSON3.read
. This is useful, for example, if the JSON is in the form ofjsonlines
rather than a single JSON object.