Example #1
0
func IsJson(b *blob.Blob) bool {
	if b.Type() == "" {
		return false
	}
	return true
}