piotrszymaniec / looty

Looty! A tool for Path of Exile that makes inventory searching fun!
GNU General Public License v2.0
2 stars 1 forks source link

Exporting/Saving items from grid to JSON, same option like with CSV #20

Open piotrszymaniec opened 4 years ago

piotrszymaniec commented 4 years ago

Problem with csv is that it has separate AffixParser (AffixParser2.scala) which wasnt updated... in some time. And I dont realy need it, that much (and its twice much work to do so).

With JSON you can use it for any other projects.