Current section
Files
Jump to
Current section
Files
lib/elixir_scrip_web/json.ex
defmodule ElixirScript.Web.JSON do
use ElixirScript.FFI, global: true, name: :JSON
defexternal stringify(object)
defexternal parse(string)
end