|
| 1 | +# @discere-os/json-c.wasm |
| 2 | + |
| 3 | +WebAssembly port of JSON-C - A JSON implementation in C providing parsing and generation of JSON data structures. |
| 4 | + |
| 5 | +[](https://github.com/discere-os/discere-nucleus/actions) |
| 6 | +[](https://jsr.io/@discere-os/json-c.wasm) |
| 7 | +[](https://badge.fury.io/js/@discere-os%2Fjson-c.wasm) |
| 8 | +[](COPYING) |
| 9 | +[](https://github.com/discere-os/discere-nucleus) |
| 10 | + |
1 | 11 | \mainpage |
2 | 12 |
|
3 | 13 | json-c |
@@ -407,8 +417,25 @@ that it returns. It can be allocated (`json_tokener_new()`) |
407 | 417 | used one or multiple times (`json_tokener_parse_ex()`, and |
408 | 418 | freed (`json_tokener_free()`) while the json_object objects live on. |
409 | 419 |
|
410 | | -A json_object tree can be serialized back into a string with |
411 | | -`json_object_to_json_string_ext()`. The string that is returned |
| 420 | +A json_object tree can be serialized back into a string with |
| 421 | +`json_object_to_json_string_ext()`. The string that is returned |
412 | 422 | is only valid until the next "to_json_string" call on that same object. |
413 | 423 | Also, it is freed when the json_object is freed. |
414 | 424 |
|
| 425 | +## π Support This Work |
| 426 | + |
| 427 | +This WebAssembly port is part of a larger effort to bring professional desktop applications to browsers with native performance. |
| 428 | + |
| 429 | +**π¨βπ» About the Maintainer**: [Isaac Johnston (@superstructor)](https://github.com/superstructor) - Building foundational browser-native computing infrastructure through systematic C/C++ to WebAssembly porting. |
| 430 | + |
| 431 | +**π Impact**: 70+ open source WASM libraries enabling professional applications like Blender, GIMP, and scientific computing tools to run natively in browsers. |
| 432 | + |
| 433 | +**π Your Support Enables**: |
| 434 | +- Continued maintenance and updates |
| 435 | +- Performance optimizations |
| 436 | +- New library ports and integrations |
| 437 | +- Documentation and tutorials |
| 438 | +- Cross-browser compatibility testing |
| 439 | + |
| 440 | +**[π Sponsor this work](https://github.com/sponsors/superstructor)** to help build the future of browser-native computing. |
| 441 | + |
0 commit comments