cheminfo / octochemdb

https://octochemdb.cheminfo.org/documentation/static/index.html
MIT License
1 stars 0 forks source link

mfsCommon encode atom #103

Closed lpatiny closed 1 year ago

lpatiny commented 1 year ago

The content of 'atom' should not be a Stringified version of the object.

> db.mfsCommon.findOne()
{
    "_id" : "B10",
    "em" : 110.0930536,
    "unsaturation" : null,
    "atom" : "{\"B\":10}",
    "count" : 8
}