1 #ifndef ML_JSON_H
2 #define ML_JSON_H
3 
4 #include "minilang.h"
5 
6 void ml_json_init(stringmap_t *Globals);
7 
8 #endif
9