@chemistry/cif-2-json
v0.0.18
Published
Tool for converting CIF to JSON and manipulate with content
Downloads
22
Readme
@chemistry/cif-2-json
Library that Convert CIF file to JSON and support manipulations
Contains following tools:
- cif to json
- filter json (omit some fields)
- find loop by type
- normalize string
- preform basic check
- library of unit cells
How to Use
import { parse } from '@chemistry/cif-2-json';
const jcif = parse(cifContent);
console.log(JSON.strngify(jcif, null, 4));
Technical details:
- Zero Dependency
- Performance optimizations
Commands:
- Build project:
npm run build
Libraries used
Contacts
- Volodymyr Vreshch [email protected]