Skip to content

Instantly share code, notes, and snippets.

View otanistudio's full-sized avatar

Robert Otani otanistudio

View GitHub Profile
@ngs
ngs / Dictionary.js
Created July 26, 2012 07:53
Script to convert JSON to Objective-C literal
var Dictionary;
if (!Dictionary) {
Dictionary = {};
}
(function () {
'use strict';
function f(n) {
// Format integers to have at least two digits.