summaryrefslogtreecommitdiff
path: root/common/json-schema-to-grammar.h
blob: 2e4c6ade3e7b25c34e9bbe489fe4a03387fb1585 (plain)
1
2
3
4
#pragma once
#include "json.hpp"

std::string json_schema_to_grammar(const nlohmann::json& schema);