We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a66639 commit b4cfab3Copy full SHA for b4cfab3
src/AbstractArray.jl
@@ -34,7 +34,7 @@ Base.length(j::JSON.Array{IOString{T}}) where T =
34
pump(() -> collection_length(j), j.s)
35
36
Base.getindex(j::JSON.Array{IOString{T}}, i::Integer) where T =
37
- pump(() -> getvalue(x, getindex_ic(j, i)...), j.s)
+ pump(() -> getvalue(j.s, getindex_ic(j, i)...), j.s)
38
39
Base.iterate(j::JSON.Array{IOString{T}}, i = (j.i, 0x00)) where T =
40
pump(() -> _iterate(j, i), j.s)
0 commit comments