This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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 |
NewerOlder