IndentedJSON contains the given interface object.
| 22 | |
| 23 | // IndentedJSON contains the given interface object. |
| 24 | type IndentedJSON struct { |
| 25 | Data any |
| 26 | } |
| 27 | |
| 28 | // SecureJSON contains the given interface object and its prefix. |
| 29 | type SecureJSON struct { |
nothing calls this directly
no outgoing calls
no test coverage detected