# Zuse

Documentation for the `%base` desk's `/sys/zuse.hoon` library, which contains helper functions for the kernel.

Zuse is the farthest downstream component of the kernel in terms of dependency, so its version number is used to represent the version of the kernel as a whole. For example, a new kernel release might be referred to as "410k" to refer to Zuse kelvin version 410.

## 2d: Formatting functions <a href="#id-2d-formatting-functions" id="id-2d-formatting-functions"></a>

* [2d(1-5): To JSON, Wains](https://docs.urbit.org/hoon/zuse/2d_1-5) - Functions for encoding/decoding line-lists and various JSON encoding functions.
* [2d(6): From JSON](https://docs.urbit.org/hoon/zuse/2d_6) - Functions for decoding `$json`.
* [2d(7): From JSON (unit)](https://docs.urbit.org/hoon/zuse/2d_7) - Functions for decoding `$json` to `$unit`s.

## 2e: Web Text Functions <a href="#id-2e-web-text-functions" id="id-2e-web-text-functions"></a>

* [2e(2-3): Print & Parse JSON](https://docs.urbit.org/hoon/zuse/2e_2-3) - Print `$json` and parse JSON.

## 2m: Ordered Maps <a href="#id-2m-ordered-maps" id="id-2m-ordered-maps"></a>

[2m: Ordered Maps](https://docs.urbit.org/hoon/zuse/2m) - Functions for creating and working with ordered maps.
