Module Data/JsonNode

This module is undocumented. This is a list of its definitions.

jsonNodeToJson :: JsonNode -> Json

Converts a JsonNode into the equivalent Json value. The conversion goes through the textual form of the value.

jsonToJsonNode :: Json -> JsonNode

Converts a Json value into the equivalent JsonNode. The conversion goes through the textual form of the value.