<?php
/*
$foo = {
...

PHP JSON Literals in PHP

by Adam, May 31, 2011 22:13, 2 refactorings, tagged with json, preprocessor, variables

On a forum I was reading, s...

A8d3f35baafdaea851914b17dae9e1fc Talk
class MyFancyClass
  def initialize(hash)
...
...

Ruby Handling reserved word coll...

by unixcharles, June 16, 2010 00:19, 2 refactorings, tagged with ruby, json

When you work with APIs tha...

23e6178f295b9cb7473d44d9e501a2b3 Talk
def schema
  raw_schema_json = ActiveSupport::JSON.decode(self.schema_json)
  schema = []
...

Ruby Decoding a json object whil...

by sebastian.deutsch.myopenid.com, June 10, 2009 18:01, 3 refactorings, tagged with rails, ruby, json

I'm decoding a json object....

Bfca16459c82a7836c3d5c8d79f0b640 Talk