# Packages
No description provided by the author
# Functions
FormatJSON formats a JSON string.
GetStringPart gets regex mached group value for a given input and regex pattern.
IsJSON checks if a string is valid JSON or not.
JoinJSON merges two JSON strings.
JSONSStringsAreEqual checks whether two JSON strings are actually equal JSON objects.
UnWrapNonJSONStringIfNeeded wrapps non JSON string in NonJSONItem object.
WrapNonJSONStringIfNeeded wrapps non JSON string in NonJSONItem object.
# Structs
DummyDataFaker is used in tests.
FakeDataParse parses the data looking for fake data tags or request data tags.
# Interfaces
ResponseParser contains the functions to replace mock response tagFor instance, it replaces fake.* for some random data or request.* for some provided data in the request.