Skip to content

Commit 6d04f2c

Browse files
committed
1.1.0
1 parent 28bb88b commit 6d04f2c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
``JSONLib`` is a [Robot Framework](http://robotframework.org/) test library for manipulating [JSON](http://json.org/) Object. You can manipulate your JSON object using [JSONPath](http://goessner.net/articles/JsonPath/)
44

5+
It is a continuation of the original [robotframework-jsonlib](https://github.com/robotframework-thailand/robotframework-jsonlibrary) library which is no longer maintained.
6+
57
JSONPath is an expression which can help to access to your JSON document. The JSONPath structure is in the same way as XPath which use for accessing XML document. This is an example of JSONPath syntax.
68

79
| JSONPath | Description |

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
build
12
twine
23
wheel
34
pylint

0 commit comments

Comments
 (0)