jason
▼
Project version
v1.5.0-alpha.2
v1.5.0-alpha.1
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.0
v1.2.2
v1.2.1
v1.2.0
v1.1.2
v1.1.1
v1.1.0
v1.0.1
v1.0.0
v1.0.0-rc.3
v1.0.0-rc.2
v1.0.0-rc.1
Pages
Modules
API Reference
Modules
Jason
Installation
Basic Usage
Use with other libraries
Benchmarks
Differences to Poison
Injecting an already encoded JSON inside a to-be-encoded structure
License
Changelog
1.4.4 (26.07.2024)
1.4.3 (29.06.2024)
1.4.2 (29.06.2024)
1.4.1 (06.07.2023)
1.4.0 (12.09.2022)
1.3.0 (21.12.2021)
1.2.2 (08.09.2020)
1.2.1 (04.05.2020)
1.2.0 (17.03.2020)
1.1.2 (19.10.2018)
1.1.1 (10.07.2018)
1.1.0 (02.07.2018)
1.0.1 (02.07.2018)
1.0.0 (26.01.2018)
1.0.0-rc.3 (26.01.2018)
1.0.0-rc.2 (07.01.2018)
1.0.0-rc.1 (22.12.2017)
LICENSE
Jason
Summary
Types
decode_opt/0
encode_opt/0
escape/0
floats/0
keys/0
maps/0
objects/0
strings/0
Functions
decode/2
decode!/2
encode/2
encode!/2
encode_to_iodata/2
encode_to_iodata!/2
Jason.Encode
Summary
Types
opts/0
Functions
atom/2
float/1
integer/1
keyword/2
list/2
map/2
string/2
struct/2
value/2
Jason.Encoder
Sections
Deriving
Example
Explicit implementation
Summary
Types
opts/0
t/0
Functions
encode/2
Jason.Formatter
Summary
Types
opts/0
Functions
minimize/2
minimize_to_iodata/2
pretty_print/2
pretty_print_to_iodata/2
Jason.Fragment
Summary
Functions
new/1
Jason.Helpers
Summary
Functions
json_map/1
json_map_take/2
Jason.OrderedObject
Summary
Types
t/0
Functions
%Jason.OrderedObject{}
new/1
Jason.Sigil
Summary
Functions
sigil_J/2
sigil_j/2
Exceptions
Jason.DecodeError
Summary
Types
t/0
Functions
message/1
Jason.EncodeError
Summary
Types
t/0
Functions
new/1
Search documentation of jason
Settings
View Source
Jason.EncodeError
exception
(jason v1.4.4)
Summary
Types
t()
Functions
new(arg)
Types
Link to this type
t()
View Source
@type
t() :: %Jason.EncodeError{__exception__: true, message:
String.t
()}
Functions
Link to this function
new(arg)
View Source
×