Skip to content

Design decision: JSON object design #4

@avirshup

Description

@avirshup

This is the big question: how is data laid out inside the JSON structure?

The best working example currently comes from @jchodera on slack:

{name:'molecule name',
 type:'molecule',
 provenance:{
    rcsbid:'A123'
 },
 topology:{
   [TOPOLOGY BLOCK containing atoms, bonds, residues, chains, etc.]
 }
 forcefield:{
  [OPTIONAL FORCEFIELD BLOCK]
 }
 states:{
  [ONE OR MORE DYNAMICAL STATE BLOCKS WITH PROPERTIES ATTACHED]
 }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions