Files
Bubberstation/code/modules/json/json_token.dm
Bjorn Neergaard 56e359efb8 Refactor JSON
* Move into seperate module
* Use aboslute pathing
2015-11-26 07:11:28 -05:00

9 lines
137 B
Plaintext

json_token/var/value
json_token/New(v)
src.value = v
json_token/text
json_token/number
json_token/word
json_token/symbol
json_token/eof