项目作者: dullgiulio

项目描述 :
Read JSON-like data, discarding comments
高级语言: Go
项目地址: git://github.com/dullgiulio/jsoncomments.git
创建时间: 2015-11-17T11:06:47Z
项目社区:https://github.com/dullgiulio/jsoncomments

开源协议:

下载


Go Reader That Removes Comments

Winner of the Most Useless Go Package prize for 2015.

What is it?

Simple wrap-around reader that removes “# to end of line” comments
as it reads from the underlying reader.

Useful if you have a the dreaded JSON configuration file and you want
to allow comments.

Licence

Do What You Like.

Feel free to copy paste this simple code into your project.

Efficiency

What efficiency?