.at() in documentation should be .at_pointer()
Closed this issue · 0 comments
SergeyDidenko commented
assert doc.at('res/1/name') == 'second'
from README gives error
at_pointer
works as intended, it should be:
assert doc.at_pointer('res/1/name') == 'second'
Python 3.8.2
pysimdjson 3.1.1