transit_elixir
v0.0.2
Pages
Modules
transit_elixir v0.0.2
TransitElixir.Reader
View Source
Link to this section
Summary
Functions
from_file!(path)
from_json_data(data)
from_string!(str)
Link to this section
Functions
Link to this function
from_file!(path)
View Source
from_file!(
binary
()) ::
any
()
Link to this function
from_json_data(data)
View Source
from_json_data(
any
()) ::
any
()
Link to this function
from_string!(str)
View Source
from_string!(
binary
()) ::
any
()