create_account(string creator, string new_account_name, string json_meta, bool broadcast)
This method will genrate new owner, active, and memo keys for the new
account which will be controlable by this wallet. There is a fee associated
with account creation that is paid by the creator. The current account
creation fee can be found with the 'info' wallet command.
Parameters:
creator: The account creating the new account (type: string)
new_account_name: The name of the new account (type: string)
json_meta: JSON Metadata associated with the new account (type: string)
broadcast: true if you wish to broadcast the transaction (type: bool)
So is json_meta string refer to the password we would be putting in when we log in using steemit.com?