#pragma once class Interpreter; // Register the builtin 'json' module void registerJsonModule(Interpreter& interpreter);