Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Apr 30, 2019
1 parent 7b05937 commit 9b6b974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/ref/ubjson/ubjson.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 9b6b974

Please sign in to comment.