You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Json for Beef
2
2
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.
4
4
5
5
## Reading
6
6
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