From 78b132edfc56eff93162e9cd264396528dc6df2d Mon Sep 17 00:00:00 2001 From: Tom Faulhaber Date: Fri, 19 Feb 2010 11:26:52 -0800 Subject: Document the latest branches, et al., in clojure-contrib. Supporting docs currently missing. --- json.read-api.html | 125 ----------------------------------------------------- 1 file changed, 125 deletions(-) delete mode 100644 json.read-api.html (limited to 'json.read-api.html') diff --git a/json.read-api.html b/json.read-api.html deleted file mode 100644 index 1261c6c8..00000000 --- a/json.read-api.html +++ /dev/null @@ -1,125 +0,0 @@ - - - json.read API reference (clojure-contrib) - - - - - - - - - - - - - -
- - -
-
-
-
- -

API for json.read

-by Stuart Sierra
-
Usage: -
-(ns your-namespace
-  (:require clojure.contrib.json.read))
-
-

Overview

-
JavaScript Object Notation (JSON) parser
-
-For more information on JSON, see http://www.json.org/
-
-This library parses data in JSON format.  This is a fairly strict
-implementation of JSON as described at json.org, not a full-fledged
-JavaScript parser.  JavaScript functions and object constructors
-are not supported.  Object field names must be quoted strings; they
-may not be bare symbols.
-
-If you want to convert map keys from strings to keywords, use
-clojure.contrib.walk/keywordize-keys
-See also: - - JSON Home Page -
-

-

Public Variables and Functions

-
-
-
-

*json-keyword-keys*

- var
-

-  
If true, JSON object keys will be converted to keywords
-instead of strings.  Defaults to false.  There are no checks that
-the strings form valid keywords.
- Source -
-
-
-

read-json

- function
-
Usage: (read-json)
-       (read-json s)
-       (read-json stream eof-error? eof-value)
-
-
Read one JSON record from s, which may be a String or a
-java.io.PushbackReader.
- Source -
- - -
-
-
-
-
- -
-
Logo & site design by Tom Hickey.
- Clojure auto-documentation system by Tom Faulhaber.
-
- - - - \ No newline at end of file -- cgit v1.2.3-70-g09d2