Skip to main content

Compare JSON Structure

Compare two JSON objects to verify that they have an identical structure (matching keys and data types at all levels), regardless of their actual values. Note: Array types will be validated using their first element only.

Merge JSON Objects

Merge two JSON objects. If there are matching keys, the key from the Merged JSON will overwrite the values from the Source JSON.

Run JQ Command

Execute JQ queries to filter, transform, and extract data from JSON structures.

Run JP Command

Execute JSONPath queries to search and extract data from JSON structures using path expressions.