julianpaulozzi / LiteDbExplorer

Viewer and editor for [LiteDB](https://github.com/mbdavid/LiteDB) v4 databases.
MIT License
279 stars 59 forks source link

Add possibility to save Decimal values #7

Closed 4egod closed 5 years ago

4egod commented 5 years ago

Please add possibility to save decimal values like "Amount": {"$numberDecimal": "1"} after saving value drops $numberDecimal attribute: "Amount": "2" Thank you