1 | static Map jsonDecodeMapOrNull(S json) {
|
2 | json = trim(json); |
3 | ret empty(json) ? null : jsonDecodeMap(json); |
4 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023549 |
| Snippet name: | jsonDecodeMapOrNull - null if string empty after trim |
| Eternal ID of this version: | #1023549/1 |
| Text MD5: | 09ef7b026bef20345284009e3b546fef |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-06-28 00:36:10 |
| Source code size: | 114 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 460 / 514 |
| Referenced in: | [show references] |