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 5f3feff commit 7b05937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ref/ubjson/ubjson.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### ubjson extension

The ubjson extension implements encode to and decode from the [Universal Binary JSON Specification](http://ubjson.org/) data format.
You can either encode to/decode from a variant-like structure, [basic_json](../json.md), or encode to/decode from your own
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).

[decode_ubjson](decode_ubjson.md)
Expand Down

0 comments on commit 7b05937

Please sign in to comment.