mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01: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
| tauri |
|---|
| patch:bug |
Properly deserialize Android plugin args with key starting with is (previously treated as a getter instead of a field name).