JSON returns the JSON bytes of the schema blob.
()
| 68 | |
| 69 | // JSON returns the JSON bytes of the schema blob. |
| 70 | func (b *Blob) JSON() string { return b.str } |
| 71 | |
| 72 | // Blob returns itself, so it satisfies the AnyBlob interface. |
| 73 | func (b *Blob) Blob() *Blob { return b } |
no outgoing calls