<
^
>
P
N
|<
>|
^
_
>
<
---
|
~
.
..
Help
Subject:
Re: Parsing JSON (#155)
From:
Trans
<transfire gmail.com>
Date: Mon, 4 Feb 2008 22:51:06 +0900
References:
289458
In-reply-to:
289458
Just an FYI solution, JSON is a subset of YAML. So data = YAML.load(json) T.