HTTPEx.Backend.Mock.JSON (HTTPEx v0.2.0)

View Source

Summary

Functions

Parses the given JSON and removes any clutter from it, so you can safely compare it with another JSON string.

Functions

normalize(json_string)

@spec normalize(String.t()) :: any()

Parses the given JSON and removes any clutter from it, so you can safely compare it with another JSON string.