Skip to content

Instantly share code, notes, and snippets.

View SriramKeerthi's full-sized avatar
🐵
Code Monkeying

Sriram Kunjathur SriramKeerthi

🐵
Code Monkeying
View GitHub Profile
@SriramKeerthi
SriramKeerthi / JsonUtils.scala
Last active August 29, 2015 14:08
JSON to Map parser for Scala
/**
* After pulling my hair out trying to find a clean, small utility to parse JSON to Maps and back in Scala,
* I finally decided to break out some elbow grease and write my own.
*
* This is what I came up with, and it took some trial and error to come up with this approach. It has lots
* of room for improvement, so feel free to help out!
*/
package com.caffinc.utils