sS jsonIndent(int levels default 5, O o) { ret jsonEncode_breakAtLevels(levels, o); } static void jsonIndent(int levels, O o, StringBuilder buf, int level) { jsonEncode_breakAtLevels(levels, o, buf, level); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032575 |
| Snippet name: | jsonIndent - synonym of jsonEncode_breakAtLevels |
| Eternal ID of this version: | #1032575/1 |
| Text MD5: | 8c115a423dfd8d678072459bd8192def |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-09-23 00:30:55 |
| Source code size: | 217 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 520 / 536 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |