/tg/ Station 13 - Modules - Types

code/datums/json_database.dm

/datum/json_databaseRepresents a json file being used as a database in the data/ folder. Changes made here will save back to the associated file, with recovery. Will defer writes until later if multiple happen in the same tick. Do not add an extra cache on top of this. This IS your cache.