You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# jdiff
2
2
3
-
`jdiff` is a lightweight Python library allowing you to examine structured data. jdiff` provides an interface to intelligently compare--via key presense/absense and value comparison--JSON data objects
3
+
`jdiff` is a lightweight Python library allowing you to examine structured data. `jdiff` provides an interface to intelligently compare--via key presense/absense and value comparison--JSON data objects
4
4
5
5
Our primary use case is the examination of structured data returned from networking devices, such as:
6
6
@@ -36,4 +36,4 @@ The library heavily relies on [JMESPath](https://jmespath.org/) for traversing t
36
36
37
37
## Documentation
38
38
39
-
Documentation is hosted on Read the Docs at [jdiff Documentation](https://jdiff.readthedocs.io/).
39
+
Documentation is hosted on Read the Docs at [jdiff Documentation](https://jdiff.readthedocs.io/).
0 commit comments