Metadata-Version: 1.0
Name: JsonUtils
Version: 0.1
Summary: jsonutils, a JSON parser and JSON-RPC handler.
Home-page: http://atlas.nmfs.hawaii.edu
Author: Russell Moffitt
Author-email: Russell.Moffitt@noaa.gov
License: GPL
Description: jsonutils provides the modules "json" and "jsonrpc". json is a simple
        JSON (JavaScript Object Notation) parser and writer.  jsonrpc uses json
        to implement a JSON Remote Procedure Call handler.  jsonrpc take a
        jsonrpc request from the argument list, parses it, and passes the
        arguments on to the specified method.
        
Keywords: json jsonrpc,json-rpc,jsonutils,rpc,javascript,xml,webservice
Platform: UNKNOWN
