I hereby claim:
- I am lordnull on github.
- I am micahwarren (https://keybase.io/micahwarren) on keybase.
- I have a public key ASA9qZF9sCo8r3yEbQAMDc7dVHlvntg7ATbCvI6boAGFyQo
To claim this, I am signing this object:
<html> | |
<head> | |
<title>Werid Stuff Generator</title> | |
<script> | |
var types = [ | |
"Amulet" | |
,"Animal" | |
,"Anvil" | |
,"Arrow" |
I hereby claim:
To claim this, I am signing this object:
-module(from_json). | |
-ifdef(TEST). | |
-include_lib("eunit/include/eunit.hrl"). | |
-endif. | |
-type json_number() :: number(). | |
-type json_string() :: binary(). | |
-type json_null() :: null. | |
-type json_boolean() :: true | false. |