From 11cd317ef932e437ad4479ee5f19b5e97416cdfb Mon Sep 17 00:00:00 2001 From: Tom Faulhaber Date: Tue, 30 Nov 2010 10:38:49 -0800 Subject: Autodoc commit for 1.2.x/e4ea06c9, master/01036ea1, 1.1.x/d132c5f1 --- branch-master/api-index.html | 3 +++ branch-master/api-index.json | 47 ++++++++++++++++++++++++++++++++++++++- branch-master/index.html | 2 +- branch-master/json-api.html | 53 +++++++++++++++++++++++++++++++++++++++++++- index-v1.3.clj | 47 ++++++++++++++++++++++++++++++++++++++- 5 files changed, 148 insertions(+), 4 deletions(-) diff --git a/branch-master/api-index.html b/branch-master/api-index.html index 6d36f285..7a9231c4 100644 --- a/branch-master/api-index.html +++ b/branch-master/api-index.html @@ -323,6 +323,7 @@ Shortcuts:
javadoc function repl-utils Opens a browser window displaying the javadoc for ... jmx-url function jmx Build a JMX URL from options.. join-with function probabilities.finite-distributions Returns the distribution of (f x y... + json-str function json Converts x to a JSON-formatted string. Valid opti...

K

@@ -428,11 +429,13 @@ Shortcuts:
positions function seq Returns a lazy sequence containing the positions a... post-ordered-nodes function graph Return a sequence of indexes of a post-ordered wal... powers-of-2 function lazy-seqs Returns a lazy sequence of all the powers of 2. + pprint-json function json Pretty-prints JSON representation of x to *out*. ... primes var lazy-seqs Lazy sequence of all the prime numbers.. print function monadic-io-streams Print obj. print-dataflow function dataflow Prints a dataflow, one cell per line. print-dir function ns-utils Prints a sorted directory of public vars in a name... print-docs function ns-utils Prints documentation for the public vars in a name... + print-json function json Write JSON-formatted output to *out*. Valid optio... print-repl-info function repl-ln Prints info about the current repl. print-stack-trace function condition Prints a stack trace for a condition or Throwable.... print-summary function profile Prints a table of the results returned by summariz... diff --git a/branch-master/api-index.json b/branch-master/api-index.json index 78a3abbe..7bb0b5a7 100644 --- a/branch-master/api-index.json +++ b/branch-master/api-index.json @@ -2991,13 +2991,58 @@ "line":17, "file": "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/jmx\/src\/main\/clojure\/clojure\/contrib\/jmx\/client.clj"}, + {"arglists":[["x", "&", "options"]], + "name":"json-str", + "namespace":"clojure.contrib.json", + "source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/01036ea181b979b5ff190f2eb44c2bf3ca9e1c3b\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj#L305", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/json.clj", + "wiki-url": + "http:\/\/clojure.github.com\/clojure-contrib\/\/json-api.html#clojure.contrib.json\/json-str", + "doc": + "Converts x to a JSON-formatted string.\n\nValid options are:\n :escape-unicode false\n to turn of \\uXXXX escapes of Unicode characters.", + "var-type":"function", + "line":305, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj"}, + {"arglists":[["x", "&", "options"]], + "name":"pprint-json", + "namespace":"clojure.contrib.json", + "source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/01036ea181b979b5ff190f2eb44c2bf3ca9e1c3b\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj#L352", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/json.clj", + "wiki-url": + "http:\/\/clojure.github.com\/clojure-contrib\/\/json-api.html#clojure.contrib.json\/pprint-json", + "doc": + "Pretty-prints JSON representation of x to *out*.\n\nValid options are:\n :escape-unicode false\n to turn off \\uXXXX escapes of Unicode characters.", + "var-type":"function", + "line":352, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj"}, + {"arglists":[["x", "&", "options"]], + "name":"print-json", + "namespace":"clojure.contrib.json", + "source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/01036ea181b979b5ff190f2eb44c2bf3ca9e1c3b\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj#L318", + "raw-source-url": + "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/json.clj", + "wiki-url": + "http:\/\/clojure.github.com\/clojure-contrib\/\/json-api.html#clojure.contrib.json\/print-json", + "doc": + "Write JSON-formatted output to *out*.\n\nValid options are:\n :escape-unicode false\n to turn off \\uXXXX escapes of Unicode characters.", + "var-type":"function", + "line":318, + "file": + "\/home\/tom\/src\/clj\/autodoc-stable\/..\/autodoc-work-area\/clojure-contrib\/src\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj"}, {"arglists": [["input"], ["input", "keywordize?"], ["input", "keywordize?", "eof-error?", "eof-value"]], "name":"read-json", "namespace":"clojure.contrib.json", "source-url": - "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/82c7d49ac23ff2b32490319e458ad535b01e7a41\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj#L186", + "http:\/\/github.com\/clojure\/clojure-contrib\/blob\/01036ea181b979b5ff190f2eb44c2bf3ca9e1c3b\/modules\/json\/src\/main\/clojure\/clojure\/contrib\/json.clj#L186", "raw-source-url": "http:\/\/github.com\/clojure\/clojure-contrib\/raw\/\/modules\/clojure\/contrib\/json.clj", "wiki-url": diff --git a/branch-master/index.html b/branch-master/index.html index 4e0d0802..9e83622f 100644 --- a/branch-master/index.html +++ b/branch-master/index.html @@ -1092,7 +1092,7 @@ To read JSON, use read-json. Public variables and functions: - read-json read-json-from write-json
+ json-str pprint-json print-json read-json read-json-from write-json

diff --git a/branch-master/json-api.html b/branch-master/json-api.html index 527d72ef..6b1ab1ce 100644 --- a/branch-master/json-api.html +++ b/branch-master/json-api.html @@ -58,6 +58,12 @@ namespace.
Overview
+ json-str +
+ pprint-json +
+ print-json +
read-json
read-json-from @@ -84,6 +90,51 @@ To read JSON, use read-json.

Public Variables and Functions

+
+
+

json-str

+ function
+
Usage: (json-str x & options)
+
+
Converts x to a JSON-formatted string.
+
+Valid options are:
+  :escape-unicode false
+      to turn of \uXXXX escapes of Unicode characters.
+ + + Source +
+
+
+

pprint-json

+ function
+
Usage: (pprint-json x & options)
+
+
Pretty-prints JSON representation of x to *out*.
+
+Valid options are:
+  :escape-unicode false
+      to turn off \uXXXX escapes of Unicode characters.
+ + + Source +
+
+
+

print-json

+ function
+
Usage: (print-json x & options)
+
+
Write JSON-formatted output to *out*.
+
+Valid options are:
+  :escape-unicode false
+      to turn off \uXXXX escapes of Unicode characters.
+ + + Source +


read-json

@@ -98,7 +149,7 @@ keywords. If eof-error? is true (default), empty input will throw an EOFException; if false EOF will return eof-value. - Source + Source


diff --git a/index-v1.3.clj b/index-v1.3.clj index cbcff471..e482dc4e 100644 --- a/index-v1.3.clj +++ b/index-v1.3.clj @@ -2971,6 +2971,51 @@ :line 17, :file "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/jmx/src/main/clojure/clojure/contrib/jmx/client.clj"} + {:arglists ([x & options]), + :name "json-str", + :namespace "clojure.contrib.json", + :source-url + "http://github.com/clojure/clojure-contrib/blob/01036ea181b979b5ff190f2eb44c2bf3ca9e1c3b/modules/json/src/main/clojure/clojure/contrib/json.clj#L305", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/json.clj", + :wiki-url + "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/json-str", + :doc + "Converts x to a JSON-formatted string.\n\nValid options are:\n :escape-unicode false\n to turn of \\uXXXX escapes of Unicode characters.", + :var-type "function", + :line 305, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/json/src/main/clojure/clojure/contrib/json.clj"} + {:arglists ([x & options]), + :name "pprint-json", + :namespace "clojure.contrib.json", + :source-url + "http://github.com/clojure/clojure-contrib/blob/01036ea181b979b5ff190f2eb44c2bf3ca9e1c3b/modules/json/src/main/clojure/clojure/contrib/json.clj#L352", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/json.clj", + :wiki-url + "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/pprint-json", + :doc + "Pretty-prints JSON representation of x to *out*.\n\nValid options are:\n :escape-unicode false\n to turn off \\uXXXX escapes of Unicode characters.", + :var-type "function", + :line 352, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/json/src/main/clojure/clojure/contrib/json.clj"} + {:arglists ([x & options]), + :name "print-json", + :namespace "clojure.contrib.json", + :source-url + "http://github.com/clojure/clojure-contrib/blob/01036ea181b979b5ff190f2eb44c2bf3ca9e1c3b/modules/json/src/main/clojure/clojure/contrib/json.clj#L318", + :raw-source-url + "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/json.clj", + :wiki-url + "http://clojure.github.com/clojure-contrib//json-api.html#clojure.contrib.json/print-json", + :doc + "Write JSON-formatted output to *out*.\n\nValid options are:\n :escape-unicode false\n to turn off \\uXXXX escapes of Unicode characters.", + :var-type "function", + :line 318, + :file + "/home/tom/src/clj/autodoc-stable/../autodoc-work-area/clojure-contrib/src/modules/json/src/main/clojure/clojure/contrib/json.clj"} {:arglists ([input] [input keywordize?] @@ -2978,7 +3023,7 @@ :name "read-json", :namespace "clojure.contrib.json", :source-url - "http://github.com/clojure/clojure-contrib/blob/82c7d49ac23ff2b32490319e458ad535b01e7a41/modules/json/src/main/clojure/clojure/contrib/json.clj#L186", + "http://github.com/clojure/clojure-contrib/blob/01036ea181b979b5ff190f2eb44c2bf3ca9e1c3b/modules/json/src/main/clojure/clojure/contrib/json.clj#L186", :raw-source-url "http://github.com/clojure/clojure-contrib/raw//modules/clojure/contrib/json.clj", :wiki-url -- cgit v1.2.3-18-g5258