JSON contains the given interface object.
| 17 | |
| 18 | // JSON contains the given interface object. |
| 19 | type JSON struct { |
| 20 | Data any |
| 21 | } |
| 22 | |
| 23 | // IndentedJSON contains the given interface object. |
| 24 | type IndentedJSON struct { |
nothing calls this directly
no outgoing calls
no test coverage detected