JSON Pretty Printer by Felipe Pinheiro Silva - Toolkit for LabVIEW Download
Utility to pretty print (or minify) your JSON String and make it more human readable.
Version | 2.0.0.1 |
Released | May 22, 2024 |
Publisher | Felipe Pinheiro Silva |
License | BSD3 |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Repository Discussion |
Description
JSON Pretty Printer
JSON Pretty Printer for LabVIEW.
The native LabVIEW function does not provide the functions to pretty print your JSON.
This library includes two simple VIs that can be used to:
- Pretty Print - human-readable with spaces, tabs and line-feeds;
- Minify - removes all white-spaces and possible comments, great for streaming or for parsing later.
Also, it does not validate your JSON.
Installation and Usage
This library can be installed using VIPM or downloading the source code directly.
As it does not have any direct dependency, it should work on both.
Release Notes
2.0.0.1
(May 22, 2024)
[2.0.0]
- Uses pre-commit hooks for LabVIEW in the project
- Applied formatter hook to all VIs.
- Moved the library from user.lib to vi.lib
- Minor updates to the structure.
felipefoz
was a contributor to this release
Recent Posts
Blog Post Release
Last week I was surfing the internet (does anyone use this expression yet?) and I stumbled upon a p… by Felipe Pinheiro Silva, 3 years, 4 months ago, 0 , 0 |