Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass kwargs through to JSON3.read #24

Merged
merged 1 commit into from
Oct 16, 2023
Merged

Conversation

bluesmoon
Copy link
Contributor

This change allows passing keyword arguments from jsontable to JSON3.read. This is useful, for example, if the JSON is in the form of jsonlines rather than a single JSON object.

This change allows passing keyword arguments from `jsontable` to `JSON3.read`. This is useful, for example, if the JSON is in the form of `jsonlines` rather than a single JSON object.
@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (239f4f2) 91.57% compared to head (9ce70c4) 91.57%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #24   +/-   ##
=======================================
  Coverage   91.57%   91.57%           
=======================================
  Files           1        1           
  Lines          95       95           
=======================================
  Hits           87       87           
  Misses          8        8           
Files Coverage Δ
src/JSONTables.jl 91.57% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@quinnj quinnj merged commit 499d8ac into JuliaData:main Oct 16, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants