Skip to content

Commit

Permalink
Add note on OTP 25 dependency of RDF.JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotto committed Dec 7, 2024
1 parent a7423f0 commit 342174c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/rdf/model/literal/datatypes/json.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ defmodule RDF.JSON do
The lexical forms must conform to [RFC 7493 (I-JSON)](https://www.rfc-editor.org/rfc/rfc7493).
See: <https://www.w3.org/TR/rdf12-concepts/#section-json>
> ### Note {: .warning}
>
> Most functions in this module require OTP 25 or later, since JSON canonicalization (JCS)
> relies on it.
"""

defstruct [:lexical]
Expand Down

0 comments on commit 342174c

Please sign in to comment.