idf_component_register(
    SRCS
        "src/lua_module_json.c"
    INCLUDE_DIRS
        "src"
    REQUIRES
        cap_lua
        json
)
