This namespace contains 13 node(s).

Available Nodes

  • Filter JSON - Filter JSON array based on a key-value condition. json, filter, array

    Use cases:

    • F…
  • Get JSONPath Bool - Extract a boolean value from a JSON path json, path, extract, boolean
  • Get JSONPath Dict - Extract a dictionary value from a JSON path json, path, extract, object
  • Get JSONPath Float - Extract a float value from a JSON path json, path, extract, number
  • Get JSONPath Int - Extract an integer value from a JSON path json, path, extract, number
  • Get JSONPath List - Extract a list value from a JSON path json, path, extract, array
  • Get JSONPath Str - Extract a string value from a JSON path json, path, extract, string
  • JSON Template - Template JSON strings with variable substitution. json, template, substitute, variables

  • Load JSON Folder - Load JSON files from an asset folder. load, json, file, import
  • Parse Dict - Parse a JSON string into a Python dictionary. json, parse, decode, dictionary

    Use cases:…

  • Parse List - Parse a JSON string into a Python list. json, parse, decode, array, list

    Use cases: …

  • Stringify JSON - Convert a Python object to a JSON string. json, stringify, encode

    Use cases:

    • Prepa…
  • Validate JSON - Validate JSON data against a schema. json, validate, schema

    Use cases:

    • Ensure API …