NatLibFi/marc-record-serializers

View on GitHub
test-fixtures/json/erroneous

Summary

Maintainability
Test Coverage
[asdsd
  {
    "leader": "00000ngm  2200000   4500",
    "fields": [
      {
        "tag": "001",
        "value": "123456"
      },
      {
        "tag": "245",
        "ind1": " ",
        "ind2": " ",
        "subfields": [
          { "code": "a", "value": "foobar"}
        ]
      }
    ]
  }
]