encoder: Break apart the encoder into distinct modules + add call encoding
commitebc03a99aff4d02e20f5e90114d123026ecf7a53
authorThomas Harning Jr <harningt@gmail.com>
Tue, 30 Sep 2008 04:17:08 +0000 (30 00:17 -0400)
committerThomas Harning Jr <harningt@gmail.com>
Tue, 30 Sep 2008 04:17:08 +0000 (30 00:17 -0400)
tree9b168d7b8738f569859bf15a08a55a2610f4ca8a
parente5fd6d88f2d5206060a276dbbe3ddda8ff22f379
encoder: Break apart the encoder into distinct modules + add call encoding
src/json/encode.lua
src/json/encode/array.lua [new file with mode: 0644]
src/json/encode/calls.lua [new file with mode: 0644]
src/json/encode/object.lua [new file with mode: 0644]
src/json/encode/others.lua [new file with mode: 0644]
src/json/encode/strings.lua [new file with mode: 0644]