Json.opDispatch

An alias to the singleKey method. Instead of json.singleKey!"something" you can write json.something. Read the notes on singleKey.

struct Json(uint vl = validateUsed, bool validateUtf8 = vl > trustedSource)
alias opDispatch = singleKey

Meta