Skip to content

Commit 6b9246d

Browse files
committed
readme fix
1 parent ce2f157 commit 6b9246d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Json for Beef
22

3-
Read and write standard **JSON** in [BeefLang](https://github.com/beefytech/Beef) focused on speed and usability.
3+
Read and write standard **JSON** in [BeefLang](https://github.com/beefytech/Beef). Focused on speed and usability.
44

55
## Reading
66
The whole structure is contained within ``JsonTree``. When the ``ReadJson`` call fails, ``tree`` is probably in an incomplete state, and might be partially invalid (e.g. ``.Object(let o)``'s ``o`` might be ``null``) but will always be correctly deletable. ``.Err(let err)`` will contain an error code, as well as column and line info.

0 commit comments

Comments
 (0)