| 271 | } |
| 272 | |
| 273 | type jsonHandler struct { |
| 274 | } |
| 275 | |
| 276 | func (handler *jsonHandler) encode(property *schema.Property, data interface{}) (interface{}, error) { |
| 277 | bytes, err := json.Marshal(data) |
nothing calls this directly
no outgoing calls
no test coverage detected