-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* improve arrow function * fix tests * refactor, so we have an `Arrow` function * add test for nested arrow functions * skip sqlite * allow `arrow` to access keys multiple levels deep * improve the example data in the playground for JSON data * move arrow function to JSON, as it can be used by JSON or JSONB * add `arrow` function to Arrow, so it can be called recursively * change heading levels of JSON docs * move `Arrow` to operators folder * update docs * improve docstring * add `technicians` to example JSON * improve docstrings * allow `QueryString` as an arg type to `Arrow` * fix docstring error * make sure integers can be passed in * add `QueryString` as an arg type to `arrow` method * added `GetElementFromPath` * add docs for ``from_path`` * add `__getitem__` as a shortcut for the arrow method * update the docs to use the square bracket notation * explain why the method is called `arrow` * move arrow tests into separate class * add `test_multiple_levels_deep` * add tests for `for_path` * last documentation tweaks * add basic operator tests
- Loading branch information
1 parent
265b0c2
commit 85ead5a
Showing
10 changed files
with
482 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.