├── README.md ├── newspec_notes ├── spec12 ├── binary-data.html ├── contact.html ├── container-types.html ├── developer-resources.html ├── index.html ├── libraries.html ├── thanks.html ├── type-reference.html └── value-types.html └── spec8 ├── Makefile ├── _static └── .keep ├── conf.py ├── index.html ├── index.rst ├── libraries.rst ├── make.bat ├── spec.rst ├── tests ├── CouchDB4k.compact.json ├── CouchDB4k.formatted.json ├── MediaContent.compact.json ├── MediaContent.formatted.json ├── TwitterTimeline.compact.json └── TwitterTimeline.formatted.json ├── thanks.rst └── type_reference.rst /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/README.md -------------------------------------------------------------------------------- /newspec_notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/newspec_notes -------------------------------------------------------------------------------- /spec12/binary-data.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec12/binary-data.html -------------------------------------------------------------------------------- /spec12/contact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec12/contact.html -------------------------------------------------------------------------------- /spec12/container-types.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec12/container-types.html -------------------------------------------------------------------------------- /spec12/developer-resources.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec12/developer-resources.html -------------------------------------------------------------------------------- /spec12/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec12/index.html -------------------------------------------------------------------------------- /spec12/libraries.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec12/libraries.html -------------------------------------------------------------------------------- /spec12/thanks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec12/thanks.html -------------------------------------------------------------------------------- /spec12/type-reference.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec12/type-reference.html -------------------------------------------------------------------------------- /spec12/value-types.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec12/value-types.html -------------------------------------------------------------------------------- /spec8/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec8/Makefile -------------------------------------------------------------------------------- /spec8/_static/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spec8/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec8/conf.py -------------------------------------------------------------------------------- /spec8/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec8/index.html -------------------------------------------------------------------------------- /spec8/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec8/index.rst -------------------------------------------------------------------------------- /spec8/libraries.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec8/libraries.rst -------------------------------------------------------------------------------- /spec8/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec8/make.bat -------------------------------------------------------------------------------- /spec8/spec.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec8/spec.rst -------------------------------------------------------------------------------- /spec8/tests/CouchDB4k.compact.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec8/tests/CouchDB4k.compact.json -------------------------------------------------------------------------------- /spec8/tests/CouchDB4k.formatted.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec8/tests/CouchDB4k.formatted.json -------------------------------------------------------------------------------- /spec8/tests/MediaContent.compact.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec8/tests/MediaContent.compact.json -------------------------------------------------------------------------------- /spec8/tests/MediaContent.formatted.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec8/tests/MediaContent.formatted.json -------------------------------------------------------------------------------- /spec8/tests/TwitterTimeline.compact.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec8/tests/TwitterTimeline.compact.json -------------------------------------------------------------------------------- /spec8/tests/TwitterTimeline.formatted.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec8/tests/TwitterTimeline.formatted.json -------------------------------------------------------------------------------- /spec8/thanks.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec8/thanks.rst -------------------------------------------------------------------------------- /spec8/type_reference.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ubjson/universal-binary-json/HEAD/spec8/type_reference.rst --------------------------------------------------------------------------------