Canop / deser-hjson

A Serde 1.0 compatible Rust deserializer for Hjson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Special chars in keys not supported

bend-n opened this issue · comments

commented
@?;'"\/.: value
Syntax { line: 2, col: 7, code: ExpectedMapColon, at: "\\/.: value\n}\n" }

sorry for making so many issues btw

Hum... it looks like I didn't see this issue...

The problem is with the ", not the special chars.

sorry too

There doesn't seem to be any problem with accepting a quote in a "quoteless" key: #12

Fix released in 1.1.1