add json::from_iter, and start checking errors

This commit is contained in:
Erick Tryzelaar
2014-05-26 17:02:51 -07:00
parent e58096dcc2
commit ebab6637d6
2 changed files with 160 additions and 70 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ use std::hash::Hash;
use std::num;
use collections::{HashMap, TreeMap};
#[deriving(Clone, Eq)]
#[deriving(Clone, Eq, Show)]
pub enum Token {
Null,
Bool(bool),