You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #150, there needs to be a type for reading from an ast_index called reader. This will allow extractors to not have to deal with ast_indexes directly.
The text was updated successfully, but these errors were encountered:
…uence
A `jsonv::reader` instance reads from some form of JSON source (probably
a string, but the `jsonv::ast_index` type can theoretically read from
anything JSON-like) and converts it into `jsonv::ast_node`s. These
abstract reading from JSON source to normalize `extract` implementations,
which is needed for #150.
- Resolves#171
As part of #150, there needs to be a type for reading from an
ast_index
calledreader
. This will allowextractor
s to not have to deal withast_index
es directly.The text was updated successfully, but these errors were encountered: