Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add nested getindex to precompile (#271)
The top level getindex is `get(obj::JSON3.Object{Vector{UInt8}, Vector{UInt64}}, key)`, but a nested getindex will be using a subarray so it needs different compilation. `get(obj::JSON3.Object{Vector{UInt8}, SubArray{UInt64, 1, Vector{UInt64}, Tuple{UnitRange{Int64}}, true}}, key`
- Loading branch information