This is my dynamic array sample :
[{"customerID":"ALFKI"},{"customerID":"ANATR"},{"customerID":"ANTON"},{"customerID":"AROUT"},{"customerID":"BERGS"},{"customerID":"BLAUS"},{"customerID":"BLONP"},{"customerID":"BOLID"},{"customerID":"BONAP"},{"customerID":"BOTTM"},{"customerID":"BSBEV"},{"customerID":"CACTU"},{"customerID":"CENTC"},{"customerID":"CHOPS"},{"customerID":"COMMI"},{"customerID":"CONSH"},{"customerID":"DRACD"},{"customerID":"DUMON"},{"customerID":"EASTC"},{"customerID":"ERNSH"},{"customerID":"FAMIA"},{"customerID":"FISSA"},{"customerID":"FOLIG"},{"customerID":"FOLKO"},{"customerID":"FRANK"},{"customerID":"FRANR"},{"customerID":"FRANS"},{"customerID":"FURIB"},{"customerID":"GALED"},{"customerID":"GODOS"},{"customerID":"GOURL"},{"customerID":"GREAL"},{"customerID":"GROSR"},{"customerID":"HANAR"},{"customerID":"HILAA"},{"customerID":"HUNGC"},{"customerID":"HUNGO"},{"customerID":"ISLAT"},{"customerID":"KOENE"},{"customerID":"LACOR"},{"customerID":"LAMAI"},{"customerID":"LAUGB"},{"customerID":"LAZYK"},{"customerID":"LEHMS"},{"customerID":"LETSS"},{"customerID":"LILAS"},{"customerID":"LINOD"},{"customerID":"LONEP"},{"customerID":"MAGAA"},{"customerID":"MAISD"},{"customerID":"MEREP"},{"customerID":"MORGK"},{"customerID":"NORTS"},{"customerID":"OCEAN"},{"customerID":"OLDWO"},{"customerID":"OTTIK"},{"customerID":"PARIS"}]
I need to seperate header and value without using model.
I need to assign to UWP Mytoolkit datagrid itemsource
Can anyone help me