Fred Janon

Results 3 comments of Fred Janon

I totally support this request. I am looking for a condensed font for legibility on phones. Keep up the good work.

I have the same issue almost 3 years later. I was trying to parse a file with @id, @value, @key. So I guess I'll fall back on sax.js.

Just for checking, I patched line 1272 in my \node_modules\oboe\dist\oboe-node.js which is in the source here: oboe.js/src/jsonPathSyntax.js to add '@' in this line: namedNode = /([@\w-_]+|\*)/ and it seems to...