<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end> <cite xml:lang="en">meteor/DDP.md at devel · meteor/meteor</cite>
(<time>2016-12-20 19:13:39 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/meteor/meteor/blob/devel/packages/ddp/DDP.md#user-content-appendix-ejson">https://github.com/meteor/meteor/blob/devel/packages/ddp/DDP.md#user-content-appendix-ejson</anchor-external></figcaption><blockquote><p>EJSON is a way of embedding more than the built-in JSON types in JSON. It supports all types built into JSON as plain JSON, plus the following:</p></blockquote></figure><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="2" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[2]</anchor-end> <cite xml:lang="en">specs/ipld at master · ipld/specs</cite>
(<time>2018-01-25 15:14:43 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/ipld/specs/tree/master/ipld">https://github.com/ipld/specs/tree/master/ipld</anchor-external></figcaption><blockquote><p>On the subject of integers, there exist a variety of formats which represent integers as strings in JSON, for example, EJSON. These can be used and conversion to and from other formats should happen naturally-- that is, when converting JSON to CBOR, an EJSON integer should be transformed naturally to a proper CBOR integer, instead of representing it as a map with string values.</p></blockquote></figure><figure class="quote"><figcaption><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="3" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[3]</anchor-end> <cite xml:lang="en">EJSON | Meteor API Docs</cite>
(<time>2017-12-12 10:39:04 +09:00</time>)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://docs.meteor.com/api/ejson.html">https://docs.meteor.com/api/ejson.html</anchor-external></figcaption><blockquote><p>EJSON is an extension of JSON to support more types. It supports all JSON-safe types, as well as:</p><p>Date (JavaScript Date)</p><p>Binary (JavaScript Uint8Array or the result of EJSON.newBinary)</p><p>User-defined types (see EJSON.addType. For example, Mongo.ObjectID is implemented this way.)</p><p>All EJSON serializations are also valid JSON.</p></blockquote></figure></body></html>