MySQL 9.0.0
Source Code Documentation
json_schema_embedder.cc File Reference
#include <cerrno>
#include <cstdio>
#include <cstring>
#include <stdexcept>
#include <string>

Functions

int main (int argc, const char **argv)
 This program takes a text file as input (presumably a JSON schema), and writes a .cc file as output, which contains contents of the input file as an array of chars. More...
 

Function Documentation

◆ main()

int main ( int  argc,
const char **  argv 
)

This program takes a text file as input (presumably a JSON schema), and writes a .cc file as output, which contains contents of the input file as an array of chars.

You can think of it as our own customised version of 'xxd -i' Unix command.