JSON Support

From KallestadWiki

Jump to: navigation, search

Overview

JSON stands for Javascript Object Notation. If you are not familiar with the data structure, have a gander at the official json website.

Essentially, JSON objects can be natively interpereted client side by most web browsers (those that support javascript according to the ECMA standard). They can also easily be translated into referencable objects within most modern programming languages via some sort of publicly available and free library.

JSON Support within KDF is initally managed by the pure perl implementation of the module JSON. Significant speed improvements for JSON interpretation and encoding can be had with C based modules, but I'm not entirely too sure about the feasibility of using those modules at the moment.

Kallestad Development Framework Topics

Personal tools