MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / IsJSON

Function IsJSON

cli/pkg/common/json.go:32–35  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

30}
31
32func IsJSON(s string) bool {
33 var js interface{}
34 return json.Unmarshal([]byte(s), &js) == nil
35}

Callers 3

GetMethod · 0.85
PutMethod · 0.85
postRetryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected