allow atoms in erlang terms to be converted to strings in json objects
and arrays. `true`, `false` and `null` excluded
This commit is contained in:
parent
3bb65e9bab
commit
95b2d9b628
4 changed files with 42 additions and 3 deletions
|
@ -159,7 +159,7 @@ repeated_keys_test_() ->
|
|||
|
||||
|
||||
handle_event_test_() ->
|
||||
Data = jsx:test_cases(),
|
||||
Data = jsx:test_cases() ++ jsx:special_test_cases(),
|
||||
[
|
||||
{
|
||||
Title, ?_assertEqual(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue