Nexial Automation

Test Automation Platform for everyone!

X

json

This set of commands is designed to support  JSON validation and manipulation as part of a test automation. For basic validation, assertWellformed(json)  and assertCorrectness(json,schema) might suffice. These two commands provide validation at the document level. For more fine-grained assertion and manipulation, we need a descriptive and structure-aware specification to communicate the intent - something akins to XPath for XML. Please read  Nexial jsonpath for more details on how to accomplish this.

Available Commands