Skip to content

Commit

Permalink
Doc fixes [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbutuseless committed Oct 29, 2023
1 parent ef19929 commit 7360c78
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@ read_json_str(str)

# Parsing differences compared to `{jsonlite}`

## No ‘digits’ argument

Numeric conversion is handled within the `yyjson` C library and is not
configuraable.

## 3-d arrays are parsed as multiple 2-d matrices and combined

In `{yyjsonr}` the order in which elements in an array are serialized to
Expand All @@ -146,8 +141,8 @@ consistent within each package, but not cross-compatible between them
i.e. you cannot serialize an array in `{yyjsonr}` and re-create it
exactly using `{jsonlite}`.

The matrix handling in `{yyjsonr}` is compatible with the expectationf
os GeoJSON coordinate handling.
The matrix handling in `{yyjsonr}` is compatible with the expectations
of GeoJSON coordinate handling.

``` r
# A simple 3D array
Expand Down

0 comments on commit 7360c78

Please sign in to comment.