98 lines
No EOL
5.5 KiB
HTML
98 lines
No EOL
5.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>CLiki: JSON</title>
|
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
|
href="https://www.cliki.net/site/feed/article.atom?title=JSON">
|
|
<link rel="stylesheet" href="static/css/style.css">
|
|
<link rel="stylesheet" href="static/css/colorize.css">
|
|
</head>
|
|
|
|
<body>
|
|
<span class="hidden">CLiki - JSON</span>
|
|
<div id="content"><div id="content-area"><div id="article-title">JSON</div><div id="article">JSON (<a href="JavaScript.html" class="internal">JavaScript</a> Object Notation) relatively easy-to-read and easy-to-parse format for encapsulating data. The official standard can be read <a href="https://www.json.org/json-en.html">here</a>.<p>Related article:
|
|
<a href="https://sites.google.com/site/sabraonthehill/home/json-libraries">Comparing cl-json, st-json, yason, jsown, jonathan and com.gigamonkeys.json</a> -- a survey of JSON libraries for Common Lisp<p>JSON related pages on CLiki:
|
|
<ul>
|
|
<li>
|
|
<a href="cl-grip.html" class="internal">cl-grip</a> -
|
|
cl-grip is a high-level <a href="logging.html" class="category">logging</a> system for Common Lisp, focusing on a clear user interface, support for flexible structured logging, and easy extensibility for different backends to support direct logging to various inputs
|
|
</li>
|
|
<li>
|
|
<a href="cl-json.html" class="internal">cl-json</a> -
|
|
cl-json is a <a href="JSON.html" class="category">JSON</a> parser and generator
|
|
</li>
|
|
<li>
|
|
<a href="CLJWT.html" class="internal">CLJWT</a> -
|
|
A library for issuing and validating <a href="JSON.html" class="category">JSON</a> Web Tokens
|
|
</li>
|
|
<li>
|
|
<a href="HT-AJAX.html" class="internal">HT-AJAX</a> -
|
|
HT-AJAX is a small <a href="AJAX.html" class="category">AJAX</a> <a href="web framework.html" class="category">web framework</a> for <a href="Hunchentoot.html" class="internal">Hunchentoot</a> <a href="web.html" class="category">web</a> server that allows transparent calls from <a href="Javascript.html" class="internal">Javascript</a> in web pages to the server side Lisp code
|
|
</li>
|
|
<li>
|
|
<a href="Jonathan.html" class="internal">Jonathan</a> -
|
|
Jonathan is a fast <a href="JSON.html" class="category">JSON</a> encoder/decoder
|
|
</li>
|
|
<li>
|
|
<a href="json-streams.html" class="internal">json-streams</a> -
|
|
json-streams is a Common Lisp library for reading and writing <a href="JSON.html" class="category">JSON</a> text
|
|
</li>
|
|
<li>
|
|
<a href="json-template.html" class="internal">json-template</a> -
|
|
An implementation of <a href="http://jsont.squarespace.com/">JSON Template</a> in Common Lisp
|
|
</li>
|
|
<li>
|
|
<a href="jsown.html" class="internal">jsown</a> -
|
|
A fast <a href="JSON.html" class="category">JSON</a> parser and generator
|
|
</li>
|
|
<li>
|
|
<a href="monkeylib-json.html" class="internal">monkeylib-json</a> -
|
|
monkeylib-json is a library for reading and writing <a href="JSON.html" class="category">JSON</a>
|
|
</li>
|
|
<li>
|
|
<a href="st-json.html" class="internal">st-json</a> -
|
|
<a href="http://marijnhaverbeke.nl/st-json">ST-JSON</a> is a <a href="JSON.html" class="category">JSON</a> encoding and decoding library
|
|
</li>
|
|
<li>
|
|
<a href="YASON.html" class="internal">YASON</a> -
|
|
<a href="http://common-lisp.net/project/yason/">YASON</a> is a Common Lisp library for encoding and decoding data in the <a href="JSON.html" class="category">JSON</a> interchange format
|
|
</li>
|
|
</ul></div></div>
|
|
<div id="footer" class="buttonbar"><ul><li><a href="JSON.html">Current version</a></li>
|
|
<li><a href="https://www.cliki.net/site/history?article=JSON">History</a></li>
|
|
<li><a href="https://www.cliki.net/site/backlinks?article=JSON">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=JSON&from-revision=3846169101">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
|
</div>
|
|
<div id="header-buttons" class="buttonbar">
|
|
<ul>
|
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
|
<li><a href="CLiki.html">About</a></li>
|
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
|
</ul>
|
|
<div id="search">
|
|
<form action="https://www.cliki.net/site/search">
|
|
<label for="search_query" class="hidden">Search CLiki</label>
|
|
<input type="text" name="query" id="search_query" value="" />
|
|
<input type="submit" value="search" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div id="pageheader">
|
|
<div id="header">
|
|
<span id="logo">CLiki</span>
|
|
<span id="slogan">the common lisp wiki</span>
|
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
|
<label for="login_name" class="hidden">Account name</label>
|
|
<input type="text" name="name" id="login_name" class="login_input" />
|
|
<label for= "login_password" class="hidden">Password</label>
|
|
<input type="password" name="password" id="login_password" class="login_input" />
|
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body></html> |