While this question may appear to be a duplicate, there is actually a distinction. I am attempting to provide a new key that does not contain any spaces.
{order_id :"123" , order_name : "bags" , pkg_no : "00123#"}
My goal is to rename the keys as follows:
{Order Id : "123" , Order Name : "bags" , Package : "00123#" }