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

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