json-schema-to-grammar.h 100 B

1234
  1. #pragma once
  2. #include "json.hpp"
  3. std::string json_schema_to_grammar(const nlohmann::json& schema);