summaryrefslogtreecommitdiff
path: root/cloudflare/json.go
diff options
context:
space:
mode:
Diffstat (limited to 'cloudflare/json.go')
-rw-r--r--cloudflare/json.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudflare/json.go b/cloudflare/json.go
index f91b724..b7c71a8 100644
--- a/cloudflare/json.go
+++ b/cloudflare/json.go
@@ -6,7 +6,7 @@ import (
)
// formatJSON takes an unformatted JSON string and returns a formatted version.
-func formatJSON(unformattedJSON string) (string, error) {
+func FormatJSON(unformattedJSON string) (string, error) {
var jsonData interface{}
// Decode the JSON string into an interface