Package com.soulfiremc.server.script.nodes.json


package com.soulfiremc.server.script.nodes.json
JSON parsing and manipulation script nodes.
  • Classes
    Class
    Description
    JSON node that creates a JSON array from multiple inputs.
    JSON node that extracts a value from JSON using a path expression.
    JSON node that creates a JSON object from key-value pairs.
    JSON node that parses a JSON string into a usable object.
    JSON node that sets a value in JSON at a specified path.
    JSON node that converts a value to a JSON string with optional pretty printing.