You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Existing json:encode_key_value_list/2 and json:encode_key_value_list_checked/2 can be used to encode key-value lists while preserve their ordering.
It will be great if json module exports corresponding -spec format_key_value_list([{term(), term()}], Encode::formatter(), State::map()) -> iodata().
and -spec format_key_value_list_checked([{term(), term()}], Encode::formatter(), State::map()) -> iodata().
for generating formatted JSON from key-value lists.
The text was updated successfully, but these errors were encountered:
Existing
json:encode_key_value_list/2
andjson:encode_key_value_list_checked/2
can be used to encode key-value lists while preserve their ordering.It will be great if
json
module exports corresponding-spec format_key_value_list([{term(), term()}], Encode::formatter(), State::map()) -> iodata().
and
-spec format_key_value_list_checked([{term(), term()}], Encode::formatter(), State::map()) -> iodata().
for generating formatted JSON from key-value lists.
The text was updated successfully, but these errors were encountered: