Retoor software development Projects Research SearchXNG
Register Sign In

11 lines
128 B
C
Raw Normal View History

feat: add cJSON and SQLite amalgamation source files under deps/ Add the cJSON library (cJSON.c, cJSON.h) and SQLite amalgamation (sqlite3.c, sqlite3.h, sqlite3ext.h, shell.c) as vendored dependencies in the deps/ directory for use by the project build system.
2026-01-24 19:35:43 +01:00
// retoor <retoor@molodetz.nl>
#ifndef wren_json_h
#define wren_json_h
#include "wren.h"
void jsonParse(WrenVM* vm);
#endif
Reference in New Issue Copy Permalink
d487109d7c
wren/src/module/json.h
Response time: 39ms
Mail Licenses API