ID:2049176
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
Low priority, but would it be possible to add two procs for loading/dumping json to and from files?

say json_dump(file)

and json_load(file)

It would be a nice convenience feature.

Directly inspired by my own sillyness in
http://www.byond.com/forum/?post=2048264
or really just make them handle taking a /file/ in.
I don't think there's a strong need for this. It would just clutter up the language; file2text() and text2file() cover this purpose well enough already.
Fair enough