Rui Zhang
Rui Zhang
Hi, I wonder to know if we use docker based Airflow, how can we find the airflow.cfg?
I think the problem is slightly different than https://github.com/mailru/easyjson/issues/10, what I am looking at is in json tag, like ``` type User struct { DID string `json:"DID ,omitempty"` SID string...
re-surface this issue as it is quite significant blocking for us
@vstarodub saw your comments in https://github.com/mailru/easyjson/issues/10 , but my question seems to be different, do you know whether easyjson can easily support this? Thanks Rui
So ideally we just need to convert each key to lower case in parser then in json structure tag we also put tag name in all lower case, then we...
any idea when this can be prioritized? I would like to see it is quite high demand feature as lots of JSON situation we can not control counter partener behavior...
I understand, but actually I think you can provide as option, and just convert all keys to lower case in your current match instead keep the original. maybe in this...
hmm, I am not seeing why memory overhead is large. in current parser you just get raw key, my suggestion is with this "case insensitive option", to a tolower(key) instead...
> Withouth `//easyjson:json` dont works, because it's not a struct ( `-all` match structs ). I'll think what can be done here @rvasily Sorry, so what is the correct way...
Thanks @anuaimi , how to tag structure with //easyjson:json? do you have a example?