We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f5827 commit 5862b11Copy full SHA for 5862b11
README.md
@@ -38,7 +38,13 @@ ${value}= | Get Value From Json | ${json_obj} | $..country |
38
|${json_obj}= | Update Value To Json | ${json_obj} | $..country | ${value_to_update}|
39
|Should Be Equal As Strings | ${json_obj['country'] | ${value_to_update} | | |
40
41
+# Documentation
42
+For the detail keyword documentation. Go to this following link:
43
44
+https://nottyo.github.io/robotframework-jsonlibrary/
45
+
46
+#Help & Issues
47
+Mention me on Twitter [@nottyo](https://twitter.com/nottyo)
48
49
50
0 commit comments