1@manual{jsonschema,
2  title={{JSON Schema: Core Definitions and Terminology}},
3  organization={Internet Engineering Task Force (IETF)},
4  author={F. Galiegue and K. Zyp},
5  year={2013},
6  url={https://tools.ietf.org/html/draft-zyp-json-schema-04},
7}
8
9@manual{msgpack,
10  title={{MessagePack: It's Like JSON. But Fast and Small}},
11  author={Sadayuki Furuhashi},
12  year={2014},
13  url={http://msgpack.org/},
14}
15
16@BOOK{chodorow2013mongodb,
17  title={MongoDB: The Definitive Guide},
18  author={Kristina Chodorow},
19  publisher={O'Reilly Media},
20  year={2013},
21  month={5},
22  edition={Second},
23  isbn={9781449344689},
24  url={http://amazon.com/o/ASIN/1449344682/},
25  price={$39.99},
26  totalpages={432},
27  timestamp={2014.05.05},
28}
29
30@misc{jsonkeys,
31  title={First Steps in Data Visualisation Using \texttt{d3.js}},
32  author={Mike Dewar},
33  organization={bit.ly},
34  year={2012},
35  note={New York Open Statistical Programming Meetup on Jan. 12, 2012},
36  url={http://vimeo.com/35005701#t=7m17s}
37}
38
39@article{lawson1979basic,
40 author = {Lawson, C. L. and Hanson, R. J. and Kincaid, D. R. and Krogh, F. T.},
41 title = {Basic Linear Algebra Subprograms for Fortran Usage},
42 journal = {ACM Transactions on Mathematical Software},
43 issue_date = {Sept. 1979},
44 volume = {5},
45 number = {3},
46 month = sep,
47 year = {1979},
48 issn = {0098-3500},
49 pages = {308--323},
50 numpages = {16},
51 url = {http://doi.acm.org/10.1145/355841.355847},
52 doi = {10.1145/355841.355847},
53 acmid = {355847},
54 publisher = {ACM},
55 address = {New York, NY, USA},
56}
57
58@BOOK{anderson1999lapack,
59  title={LAPACK Users' Guide (Software, Environments and Tools)},
60  author={E. Anderson and Z. Bai and C. Bischof and S. Blackford and J. Demmel and J. Dongarra and J. Du Croz and A. Greenbaum and S. Hammarling and A. McKenney and D. Sorensen},
61  publisher={Society for Industrial and Applied Mathematics},
62  year={1987},
63  month={1},
64  edition={3},
65  isbn={9780898714470},
66  url={http://amazon.com/o/ASIN/0898714478/},
67  price={$65.00},
68  totalpages={429},
69  timestamp={2014.05.05},
70}
71
72@Manual{R,
73  title = {R: A Language and Environment for Statistical Computing},
74  author = {{R Core Team}},
75  organization = {R Foundation for Statistical Computing},
76  address = {Vienna, Austria},
77  year = {2014},
78  url = {http://www.R-project.org/},
79}
80
81@Manual{RJSONIO,
82  title = {{\pkg{RJSONIO}: Serialize \R Objects to \JSON, \JavaScript Object Notation}},
83  author = {Duncan {Temple Lang}},
84  year = {2013},
85  note = {\R package version 1.0-3},
86  url = {http://CRAN.R-project.org/package=RJSONIO},
87}
88
89@Manual{rjson,
90  title = {{\pkg{rjson}: \JSON for \R}},
91  author = {Alex Couture-Beil},
92  year = {2013},
93  note = {\R package version 0.2.13},
94  url = {http://CRAN.R-project.org/package=rjson},
95}
96
97@Manual{jsonlite,
98  title = {{\pkg{jsonlite}: A Smarter \JSON Encoder for \R}},
99  author = {Jeroen Ooms and Duncan Temple Lang and Jonathan Wallace},
100  note = {\R package version 0.9.8},
101  url = {http://github.com/jeroenooms/jsonlite#readme},
102  year = {2014}
103}
104
105@misc{crockford2006application,
106  author="D. Crockford",
107  title="{The \texttt{application/json} Media Type for \JavaScript Object Notation (\JSON)}",
108  series="Request for Comments",
109  number="4627",
110  howpublished="RFC 4627 (Informational)",
111  publisher="IETF",
112  organization="Internet Engineering Task Force",
113  year=2006,
114  month=jul,
115    note="Obsoleted by RFCs 7158, 7159",
116  url="http://www.ietf.org/rfc/rfc4627.txt",
117}
118
119@article{ecma1999262,
120  title={{\proglang{ECMAScript} Language Specification}},
121  author={{Ecma International}},
122  journal={{European Association for Standardizing Information and Communication Systems}},
123  year={1999},
124  url={http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf}
125}
126
127@article{tidydata,
128  title={{Tidy Data}},
129  author={Wickham, Hadley},
130  journal={Under review},
131  year={2014},
132  url={http://vita.had.co.nz/papers/tidy-data.pdf}
133}
134
135@inproceedings{crockford2006json,
136  title={{JSON: The Fat-free Alternative to XML}},
137  author={Crockford, Douglas},
138  booktitle={Proceedings of XML},
139  volume={2006},
140  year={2006},
141  url={http://www.json.org/fatfree.html}
142}
143
144@book{nolan2014xml,
145  title={XML and Web Technologies for Data Sciences with \R},
146  author={Nolan, Deborah and Temple Lang, Duncan},
147  year={2014},
148  publisher={Springer-Verlag},
149  url={http://link.springer.com/book/10.1007/978-1-4614-7900-0}
150}