This file contains 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
# | |
# MIT License - (c) 2011 John Mettraux | |
# | |
# Slightly modified - 2013 Peter Hellberg | |
# | |
require 'parslet' | |
module MyJSON | |
class Parser < Parslet::Parser |