DamienCassou / json-navigator

View and navigate JSON structures
GNU General Public License v3.0
149 stars 7 forks source link

JSON readtable error: 93 #25

Closed philippludwig closed 1 year ago

philippludwig commented 1 year ago

So I tried this mode on a pretty big json document (2600 lines), and I just get

JSON readtable error: 93

Is there anything I can do at this point?

DamienCassou commented 1 year ago

This error is sent by json.el, not by json-navigator. It feels like it happens when the JSON is invalid.

I'm closing the issue. Feel free to reopen if you believe there is something json-navigator can do.

philippludwig commented 1 year ago

But the JSON is question was valid. So I guess json.el can’t handle large files.