Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javiorfo/prettizy
Zig library to prettify JSON and XML files
https://github.com/javiorfo/prettizy
json prettifier xml zig zig-library
Last synced: 29 days ago
JSON representation
Zig library to prettify JSON and XML files
- Host: GitHub
- URL: https://github.com/javiorfo/prettizy
- Owner: javiorfo
- License: mit
- Created: 2025-01-07T15:03:01.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-01-12T19:43:21.000Z (about 1 month ago)
- Last Synced: 2025-01-12T20:26:58.240Z (about 1 month ago)
- Topics: json, prettifier, xml, zig, zig-library
- Language: Zig
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - prettizy🗒️Zig library to prettify JSON and XML strings
- awesome-zig - javiorfo/prettizy
README
# prettizy
*Zig library to prettify JSON and XML files*## Caveats
- Required Zig version: **0.13**
- This library has been developed on and for Linux following open source philosophy.## Usage
```zig
```## Installation
#### In `build.zig.zon`:
```zig
.dependencies = .{
.syslinfo = .{
.url = "https://github.com/javiorfo/prettizy/archive/refs/heads/master.tar.gz",
// .hash = "hash suggested",
// the hash will be suggested by zig build
},
}
```#### In `build.zig`:
```zig
const dep = b.dependency("prettizy", .{
.target = target,
.optimize = optimize,
});
exe.root_module.addImport("prettizy", dep.module("prettizy"));
```---
### Donate
- **Bitcoin** [(QR)](https://raw.githubusercontent.com/javiorfo/img/master/crypto/bitcoin.png) `1GqdJ63RDPE4eJKujHi166FAyigvHu5R7v`
- [Paypal](https://www.paypal.com/donate/?hosted_button_id=FA7SGLSCT2H8G)