Add JSON parser and producer modules
authorJon Jensen <jon@endpoint.com>
Fri, 26 Apr 2013 14:10:16 +0000 (16:10 +0200)
committerArthur Axel 'fREW' Schmidt <frioux@gmail.com>
Wed, 30 Oct 2013 16:13:13 +0000 (11:13 -0500)
commitedc7ae1776a44b7530eb016b04ba038d37d10eb0
tree06dc964305462b12b4600e19646aa1aa2b2ba790
parentbeee10ec5947450478a177c43b64e69300650d5d
Add JSON parser and producer modules

These are cloned and adapted from their YAML counterparts.
Changes
Makefile.PL
lib/SQL/Translator/Parser/JSON.pm [new file with mode: 0755]
lib/SQL/Translator/Producer/JSON.pm [new file with mode: 0644]
t/23json.t [new file with mode: 0644]