001package org.hl7.fhir.instance.formats;
002
003import org.hl7.fhir.instance.model.Type;
004
005public class JsonParser {
006
007        public String composeString(Type theValue, Object theObject) {
008                // TODO Auto-generated method stub
009                return null;
010        }
011
012}