Today I released the first version of DJson. DracoBlue's DJson is a dynamic file based reader/writer for the pawn language.

Why Djson as name?
Because the saved files are encrypted with JSON (JavaScriptObjectNotation), which is a very light weight encoding for data structures and originally used to describe javascript objects.

Check out the official djson-page!