JSONSet sets the value pointed at the (unescaped) key. The key may be the RFC 6901 "-" token when the pointer targets a slice-like member; see the interface documentation for details.
(key string, value any)
| 35 | // The key may be the RFC 6901 "-" token when the pointer targets a slice-like member; see the |
| 36 | // interface documentation for details. |
| 37 | JSONSet(key string, value any) error |
| 38 | } |
| 39 | |
| 40 | // NameProvider knows how to resolve go struct fields into json names. |
no outgoing calls
no test coverage detected