Closed sroertgen closed 3 years ago
Hello there,
can somebody please point me in the right direction regarding index export?
Before v0.7 I had a simple thing like this for exporting the index: JSON.stringify(index.export(), null, 2)
JSON.stringify(index.export(), null, 2)
What will give me the same result in v0.7? I'm always just getting true as a result.
true
I have the same issue, is there any work-around ?
Hello there,
can somebody please point me in the right direction regarding index export?
Before v0.7 I had a simple thing like this for exporting the index:
JSON.stringify(index.export(), null, 2)
What will give me the same result in v0.7? I'm always just getting
true
as a result.