JSON returns the JSON of the blob as built so far.
()
| 447 | |
| 448 | // JSON returns the JSON of the blob as built so far. |
| 449 | func (bb *Builder) JSON() (string, error) { |
| 450 | return mapJSON(bb.m) |
| 451 | } |
| 452 | |
| 453 | // SetSigner sets the camliSigner field. |
| 454 | // Calling SetSigner is unnecessary if using Sign. |
no test coverage detected