No connection required; this utility connector works out of the box.
Tools
parse: Parse a JSON string
parse: Parse a JSON string
Parse a JSON string into a structured object.Example request:Example response:
JSON string to parse.
stringify: Convert to JSON string
stringify: Convert to JSON string
Serialize data to a JSON string.Example request:Example response:
Data to serialize.
Pretty-print with indentation.
Number of indentation spaces.
Output encoding for the
result field: utf8 (default) or base64 (for email attachments, SFTP uploads, or knowledge-base embedding). The response includes an encoding tag.query: Query with JSONPath
query: Query with JSONPath
flatten: Flatten nested JSON
flatten: Flatten nested JSON
unflatten: Unflatten dot notation
unflatten: Unflatten dot notation
merge: Deep merge objects
merge: Deep merge objects
Deep merge multiple objects together.Example request:Example response:
Array of objects to merge.
diff: Compare two objects
diff: Compare two objects
pick: Pick specific keys
pick: Pick specific keys
omit: Remove specific keys
omit: Remove specific keys
get: Get value at path
get: Get value at path
set: Set value at path
set: Set value at path
minify: Minify JSON
minify: Minify JSON
Remove all whitespace from a JSON string.Example request:Example response:
JSON string to minify.
Output encoding for the
result field: utf8 (default) or base64 (for email attachments, SFTP uploads, or knowledge-base embedding). The response includes an encoding tag.prettify: Prettify JSON
prettify: Prettify JSON
Format a JSON string with indentation.Example request:Example response:
JSON string to format.
Number of indentation spaces.
Output encoding for the
result field: utf8 (default) or base64 (for email attachments, SFTP uploads, or knowledge-base embedding). The response includes an encoding tag.keys: Get all keys
keys: Get all keys
values: Get all values
values: Get all values
validate: Validate JSON string
validate: Validate JSON string
Check if a string is valid JSON.Example request:Example response:
String to validate.