json_view 0.4.2 json_view: ^0.4.2 copied to clipboard
A json preview package that has a not bad performance. lazy load json tree node that cause less jank. Support display large list json data like chrome dev tool.
0.4.1 - 2022-12-31 #
Changed #
- [FIX] fix #12, large list index error.
- [CHORE] update minSDK version to 2.14.0
0.4.0 - 2022-12-31 #
Changed #
- [BREAKCHANGE] most properties now can add from JsonView or JsonViewBody.
- fix color & style configurations merge issue.
- add default open depth.
0.3.2 - 2022-12-31 #
Changed #
- add more quotation types.
- custom arrowWidget on configuration.
- add custom gap on json list.
openAtStart
option. (original post #5)- fix null value text style.
- now can expand stringTile. #10