In nearly all modern languages, serializing and parsing JSON is extremely simple. SellFire recommends the following technologies for working with JSON.
Specification and Overview
You can find the complete specification of the JSON format here.
PHP
PHP has built in support for encoding and decoding JSON. See the documentation here.
Ruby
Install the JSON implementation for Ruby gem.