Merge pull request #4332 from Tastyfish/json510

Replaces byondscript json encoder/decoder with the native 510 procs
This commit is contained in:
Fox McCloud
2016-04-30 21:17:03 -04:00
12 changed files with 12 additions and 309 deletions
+2 -2
View File
@@ -198,7 +198,7 @@ var/global/ManifestJSON
department = 1
if(depthead && ser.len != 1)
ser.Swap(1,ser.len)
if(real_rank in supply_positions)
sup[++sup.len] = list("name" = name, "rank" = rank, "active" = isactive)
department = 1
@@ -224,6 +224,6 @@ var/global/ManifestJSON
"bot" = bot,\
"misc" = misc\
)
ManifestJSON = list2json(PDA_Manifest)
ManifestJSON = json_encode(PDA_Manifest)
return