//! Force-field method metadata as a plain JSON blob.
//!
//! A pure function (not a method) because it needs a `ForceField` dep, which
//! core types must not take. Callers attach the returned JSON wherever they
//! keep provenance (e.g. a `Frame`'s metadata) — there is no record aggregate.
use ;
use crateForceField;
/// Build the `method` metadata JSON for a force-field definition.