BERZERKCOOLeST

Results 3 issues of BERZERKCOOLeST

- This is the field : `field.JSON("info", &Info{}).Optional()` - Target sql: Update `tmp_info` SET `info` = JSON_ARRAY_APPEND(`info`, '$', '1'); - DB: mysql. Thanks.

```go type User struct { Name string Age int } var abacConf = `[request_definition] r = sub, obj, act [policy_definition] p = sub_rule, obj, act [policy_effect] e = some(where (p.eft...

enhancement
question

### Issue description r.Body() gets right body from http request, but gets strange body which seems to be interceptive, when request is from grpc. Need to get the payload from...