I hereby claim:
- I am KambizaAadzadeh on github.
- I am KambizAsadzadeh (https://keybase.io/kambizasadzadeh) on keybase.
- I have a public key ASCACC5olC9iakHXhYPzCaWDzo37zAUp5sHB_kas3pEO5wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
let myData = [{ | |
id: 1, | |
name: "Kambiz", | |
family: "Asadzadeh" | |
}, | |
{ | |
id: 2, | |
name: "Sorush", | |
family: "Rabiei" | |
}, |
{ | |
"model": [ | |
{ | |
"id": 1, | |
"name": "Kambiz", | |
"family": "Asadzadeh" | |
}, | |
{ | |
"id": 2, | |
"name": "Hamed", |
Language: Cpp | |
AccessModifierOffset: -4 | |
AlignAfterOpenBracket: true | |
AlignEscapedNewlinesLeft: true | |
AlignTrailingComments: true | |
AllowAllParametersOfDeclarationOnNextLine: true | |
AllowShortBlocksOnASingleLine: false | |
AllowShortCaseLabelsOnASingleLine: true |
import QtQuick | |
Window { | |
width: 640 | |
height: 480 | |
visible: true | |
title: qsTr("Hello World") | |
function jsonApiRequest() { | |
var xhr = new XMLHttpRequest(); |