Libraryless. Click here for Pure Java version (2260L/14K).
1 | // e.g. [[bla=1, blubb="blu"]] |
2 | // keys and values are not quoted |
3 | sS renderEqualsCommaProperties(SS map) {
|
4 | ret joinWithComma(map(map, (key, value) -> key + "=" + value)); |
5 | } |
Began life as a copy of #1027369
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027370 |
| Snippet name: | renderEqualsCommaProperties |
| Eternal ID of this version: | #1027370/1 |
| Text MD5: | c763e8c407993089c3014aa46c8c9c0a |
| Transpilation MD5: | 7246ebd236b6d8def46cbed4b28b7d5c |
| Author: | stefan |
| Category: | javax / parsing |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-15 15:09:33 |
| Source code size: | 177 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 434 / 565 |
| Referenced in: | [show references] |