_isJSON5UnicodeWhitespace
private fn
bool _isJSON5UnicodeWhitespace(const dchar dc) @safe pure nothrow @nogcReturns true if dc is a non-ASCII whitespace character recognized by JSON5.
This follows the JSON5/ECMAScript whitespace set (Unicode Zs plus \uFEFF), including line separators \u2028 and \u2029.