lantanagroup / FHIR.js

Node.JS library for serializing/deserializing FHIR resources between JS/JSON and XML using various node.js XML libraries
Apache License 2.0
102 stars 29 forks source link

feat: Allow modifying parentBackboneElement #28

Closed PSUPing closed 4 years ago

PSUPing commented 4 years ago

Add a check for an empty _properties object and create an array if it doesn't exist

In reference to issue #27