I am trying to write this using php and json_encode
{"patient": {"demographics": {}}
}
This is the Array I am using with json encode.
Array("patient" => Array("demographics" => Array()))
When I echo the output, this is what I get:
{"patient":{"demographics":[]}}
I really think this is a stupid mistake ob my part. All help is appreciated.