Skip to content

Instantly share code, notes, and snippets.

@apurbajnu
Created March 11, 2020 06:29
Show Gist options
  • Save apurbajnu/a89bffa886a193e133ebcb908cb07f36 to your computer and use it in GitHub Desktop.
Save apurbajnu/a89bffa886a193e133ebcb908cb07f36 to your computer and use it in GitHub Desktop.
Bid Json
'[{"270":{"bid":27},"371":{"bid":17},"421":{"bid":25},"275":{"bid":14},"366":{"bid":22}},{"270":{"name":"Arif","email":"[email protected]"},"371":{"name":"robin","email":"[email protected]"},"421":{"name":"sujon","email":"[email protected]"},"275":{"name":"Mike","email":"[email protected]"},"366":{"name":"subal","email":"[email protected]"}}]'
@ukamal
Copy link

ukamal commented Mar 12, 2020

{

"Kamal_Json"
{

			"270":{"bid":27},
			"371":{"bid":17},
			"421":{"bid":25},
			"275":{"bid":14},
			"366":{"bid":22}
		
		},
		
		{
		   "270":{"name":"Arif","email":"[email protected]"},
		   "371":{"name":"robin","email":"[email protected]"},
		   "421":{"name":"sujon","email":"[email protected]"},
		   "275":{"name":"Mike","email":"[email protected]"},
		   "366":{"name":"subal","email":"[email protected]"}
		}
    ]

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment