
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
robotframework-jsonvalidator
Advanced tools
|Build Status|
Robot Framework
_ library for JSON validation based on JSONSchema,
JSONPath, JSONSelect.
Json Schema
_Jsonschema generator
_JSONPath by Stefan Goessner
_JSONPath Tester
_JSONSelect
_JSONSelect Tester
_Install the library from PyPI using pip:
::
pip install robotframework-jsonvalidator
jsonschema
_jsonpath-rw-ext
_objectpath
_pyjsonselect
_See keyword documentation for JsonValidator library on GitHub
_.
json_example.json
::
{
"store": {
"book": [
{
"category": "reference",
"author": "Nigel Rees",
"title": "Sayings of the Century",
"price": 8.95
},
{
"category": "fiction",
"author": "Evelyn Waugh",
"title": "Sword of Honour",
"price": 12.99
},
{
"category": "fiction",
"author": "Herman Melville",
"title": "Moby Dick",
"isbn": "0-553-21311-3",
"price": 8.99
},
{
"category": "fiction",
"author": "J. R. R. Tolkien",
"title": "The Lord of the Rings",
"isbn": "0-395-19395-8",
"price": 22.99
}
],
"bicycle": {
"color": "red",
"price": 19.95
}
}
}
Robot Framework test case:
.. code:: robotframework
*** Settings ***
Library JsonValidator
Library OperatingSystem
*** Test Cases ***
Check Element
${json_example}= OperatingSystem.Get File ${CURDIR}${/}json_example.json
Element should exist ${json_example} .author:contains("Evelyn Waugh")
Apache License 2.0
.. _Robot Framework: http://www.robotframework.org .. _Json Schema: http://json-schema.org/ .. _Jsonschema generator: http://www.jsonschema.net/ .. _JSONPath by Stefan Goessner: http://goessner.net/articles/JsonPath/ .. _JSONPath Tester: http://jsonpath.curiousconcept.com/ .. _JSONSelect: http://jsonselect.org/ .. _JSONSelect Tester: http://jsonselect.curiousconcept.com/ .. _jsonschema: https://pypi.python.org/pypi/jsonschema .. _jsonpath-rw-ext: https://pypi.python.org/pypi/jsonpath-rw-ext .. _objectpath: https://pypi.python.org/pypi/objectpath/ .. _pyjsonselect: https://pypi.python.org/pypi/pyjsonselect .. _GitHub: https://github.com/peterservice-rnd/robotframework-jsonvalidator/tree/master/docs
.. |Build Status| image:: https://travis-ci.org/peterservice-rnd/robotframework-jsonvalidator.svg?branch=master :target: https://travis-ci.org/peterservice-rnd/robotframework-jsonvalidator
FAQs
A Robot Framework JSON Validator Library
We found that robotframework-jsonvalidator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.