We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Algorithm Talk: JSON-to-Code Compression

Formal Metadata

Title
Algorithm Talk: JSON-to-Code Compression
Title of Series
Number of Parts
237
Author
Contributors
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
This talk walks through a new algorithm for compressing JSON data, including GeoJSON. The JSON-to-Code algorithm compresses JSON data by converting it using recursive variable assignment into valid code that generates the JSON data. No prior coding experience required as the talk is at a high-level.