diff --git a/doc/ref/ubjson/ubjson.md b/doc/ref/ubjson/ubjson.md index c0c08419f9..394b794ac9 100644 --- a/doc/ref/ubjson/ubjson.md +++ b/doc/ref/ubjson/ubjson.md @@ -1,8 +1,8 @@ ### ubjson extension The ubjson extension implements encode to and decode from the [Universal Binary JSON Specification](http://ubjson.org/) data format. -You can either parse UBJSON into a variant-like structure, [basic_json](../json.md), or directly into your own -data structures using [json_type_traits](../json_type_traits.md). +You can either parse into or serialize from a variant-like structure, [basic_json](../json.md), or your own +data structure using [json_type_traits](../json_type_traits.md). [decode_ubjson](decode_ubjson.md)