tidwall / gjson

Get JSON values quickly - JSON parser for Go
MIT License
13.95k stars 841 forks source link

Are there any functions to parse json from file directly? #287

Closed FranzKafkaYu closed 2 years ago

FranzKafkaYu commented 2 years ago

Hello:

I am new to gjson,and I found there didn't exist any functions to parse a json file.All input is string.Can you provide more convenient way to parse json from .josn file?