(t *testing.T)
| 203 | } |
| 204 | |
| 205 | func TestTimeResult(t *testing.T) { |
| 206 | assert(t, Get(basicJSON, "created").String() == |
| 207 | Get(basicJSON, "created").Time().Format(time.RFC3339Nano)) |
| 208 | } |
| 209 | |
| 210 | func TestParseAny(t *testing.T) { |
| 211 | assert(t, Parse("100").Float() == 100) |