![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
github.com/rogpeppe/rjson
The rjson package implements a backwardly compatible version of JSON with the aim of making it easier for humans to read and write. There is also an rjson command (in cmd/rjson) that reads and writes this format.
The data model is exactly that of JSON's and this package implements all the marshalling and unmarshalling operations supported by the standard library's json package.
The three principal differences are:
Quotes may be omitted for some object key values (see below).
Commas are automatically inserted when a newline is encountered after a value (but not an object key).
Commas are optional at the end of an array or object.
The quotes around an object key may be omitted if the key matches the following regular expression:
[a-zA-Z][a-zA-Z0-9\-_]*
This rule may be relaxed in the future to allow unicode characters, probably following the same rules as Go's identifiers, and probably a few more non-alphabetical characters.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.