Skip to content

Commit 1c4fb45

Browse files
author
Nolan Woods
committed
Add jmespath playground link
1 parent 24e4f37 commit 1c4fb45

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ a mapping, keying to the `constructor parameters`_ of a SeqRecord object.
4747

4848
If the formats are txt, json, or yaml, then the JMESPath resulting object will simply be dumped in those formats.
4949

50+
A web based tool is available to experiment with constructing queries in real time on your data. Simply convert your
51+
dataset to JSON and load it into the `JMESPath playground`_ to begin composing your query. It supports loading JSON files
52+
directly rather than trying to copy/paste the data.
53+
5054
Examples:
5155
Append a new record::
5256

@@ -74,3 +78,4 @@ See CONTRIBUTING.rst_ for information on contributing to this repo.
7478
.. _JMESPath: http://jmespath.org/
7579
.. _SeqRecord: https://biopython.org/DIST/docs/api/Bio.SeqRecord.SeqRecord-class.html
7680
.. _constructor parameters: https://biopython.org/DIST/docs/api/Bio.SeqRecord.SeqRecord-class.html#__init__
81+
.. _JMESPath playground: https://glenveegee.github.io/jmespath-edit/

0 commit comments

Comments
 (0)