Class JsonValidator


  • public final class JsonValidator
    extends Object

    Class which contains operations for validating and confirming JSON.

    Since:
    0.1.0
    • Method Detail

      • isQuery

        public static boolean isQuery​(com.fasterxml.jackson.databind.JsonNode node)

        Checks if the JSON is a query.

        Parameters:
        node - the node to check
        Returns:
        true if the node is a query