mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 11:22:04 +00:00
by default Jackson treats the `isX` as a getter, so it looks for the `x` key in the JSON. To match behavior on other platforms we now configure Jackson to treat it as the field name itself.
155 B
155 B
| tauri |
|---|
| patch:bug |
Properly deserialize Android plugin args with key starting with is (previously treated as a getter instead of a field name).