Open anandijain opened 2 years ago
I think just uncommenting it should be fine? Were you seeing issues not specifying a type paramter?
Base: 91.57% // Head: 92.55% // Increases project coverage by +0.97%
:tada:
Coverage data is based on head (
c6fac42
) compared to base (239f4f2
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
@quinnj
This PR making me realize I'm bad at type parameters, I think we still want the
jsontable(x::JSON3.Array)
dispatch that I commented out.Should I make it
jsontable(x::JSON3.Array{Any})
or something?Thanks