Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
pandastrike

pandastrike/panda-serialize

Dead simple interface for serializing data formats.

CoffeeScript
1
0
ISC License
freeformflow's profile
freeformflow
8 contributions
dyoder's profile
dyoder
5 contributions
automatthew's profile
automatthew
3 contributions

Support the dependencies of pandastrike/panda-serialize

Account's avatar
pandastrike/panda-generics
Generic functions (multi-argument dispatch) for JavaScript.
Account's avatar
pandastrike/panda-parchment
JavaScript helpers for use in functional programming.
Account's avatar
pandastrike/amen
A simple test library for use with async functions
Account's avatar
pandastrike/panda-9000
Task runner based on reactive JavaScript
Account's avatar
pandastrike/panda-builder
Shared tooling for building fairmont packages
Account's avatar
pandastrike/panda-quill
Functional API wrappers for Node APIs

panda‑serialize is a tiny Node.js library that provides a uniform, minimal‑syntax API for converting between JavaScript objects and common data‑serialization formats (currently JSON and YAML). It targets developers who need quick, straightforward serialization/deserialization without configuring heavy‑weight parsers, offering simple functions like `yaml "foo: bar"` or `yaml.from(...)` and `yaml.to(...)`.