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
Exactly. The point being that otherwise we often have to create stringified JSON documents and pass them through sourcemeta::jsontoolkit::parse() (which is relatively slow), while with these kind of literals, we directly allocate the document and avoid parsing (much faster).
Like https://github.com/nlohmann/json does:
The text was updated successfully, but these errors were encountered: