8000 Update README.rst · Aryan810/python-jsonpath-rw@b87841b · GitHub
[go: up one dir, main page]

Skip to content

Commit b87841b

Browse files
authored
Update README.rst
1 parent b008a97 commit b87841b

File tree

1 file changed

+4
-5
lines change 8000 d

1 file changed

+4
-5
lines changed

README.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Python JSONPath RW
2-
==================
1+
Python JSON Path RW
2+
===================
33

44
https://github.com/kennknowles/python-jsonpath-rw
55

@@ -8,16 +8,15 @@ https://github.com/kennknowles/python-jsonpath-rw
88
This library provides a robust and significantly extended implementation
99
of JSONPath for Python. It is tested with Python 2.7, 3.4, 3.5, 3.6, 3.7, pypy and pypy3.
1010

11-
This library differs from other JSONPath implementations in that it is a
11+
This library differs from other JSON Path implementations in that it is a
1212
full *language* implementation, meaning the JSONPath expressions are
1313
first class objects, easy to analyze, transform, parse, print, and
1414
extend. (You can also execute them :-)
1515

16-
Quick Start
16+
Quick Start:
1717
-----------
1818

1919
To install, use pip:
20-
2120
::
2221

2322
$ pip install jsonpath-rw

0 commit comments

Comments
 (0)
0