Repositories
qjson
The mainline development repository.
-
Cloning this repository:
git clone git://gitorious.org/qjson/qjson.git qjson cd qjson
Add this repository as a remote to an existing local repository:
git remote add qjson git://gitorious.org/qjson/qjson.git git fetch qjson git checkout -b my-local-tracking-branch qjson/master_or_other_branch
qjson-zx2c4
-
Cloning this repository:
git clone git://gitorious.org/~zx2c4/qjson/qjson-zx2c4.git qjson-zx2c4 cd qjson-zx2c4
Add this repository as a remote to an existing local repository:
git remote add qjson-zx2c4 git://gitorious.org/~zx2c4/qjson/qjson-zx2c4.git git fetch qjson-zx2c4 git checkout -b my-local-tracking-branch qjson-zx2c4/master_or_other_branch
qjson-amw
-
Cloning this repository:
git clone git://gitorious.org/~amw/qjson/qjson-amw.git qjson-amw cd qjson-amw
Add this repository as a remote to an existing local repository:
git remote add qjson-amw git://gitorious.org/~amw/qjson/qjson-amw.git git fetch qjson-amw git checkout -b my-local-tracking-branch qjson-amw/master_or_other_branch
agateau-qjson
-
Cloning this repository:
git clone git://gitorious.org/~agateau/qjson/agateau-qjson.git agateau-qjson cd agateau-qjson
Add this repository as a remote to an existing local repository:
git remote add agateau-qjson git://gitorious.org/~agateau/qjson/agateau-qjson.git git fetch agateau-qjson git checkout -b my-local-tracking-branch agateau-qjson/master_or_other_branch
milianws-qjson
-
Cloning this repository:
git clone git://gitorious.org/~milianw/qjson/milianws-qjson.git milianws-qjson cd milianws-qjson
Add this repository as a remote to an existing local repository:
git remote add milianws-qjson git://gitorious.org/~milianw/qjson/milianws-qjson.git git fetch milianws-qjson git checkout -b my-local-tracking-branch milianws-qjson/master_or_other_branch
qjsonstream
-
Cloning this repository:
git clone git://gitorious.org/~brauliobo/qjson/qjsonstream.git qjsonstream cd qjsonstream
Add this repository as a remote to an existing local repository:
git remote add qjsonstream git://gitorious.org/~brauliobo/qjson/qjsonstream.git git fetch qjsonstream git checkout -b my-local-tracking-branch qjsonstream/master_or_other_branch
ange-optimization-qjson
-
Cloning this repository:
git clone git://gitorious.org/+ange-optimization/qjson/ange-optimization-qjson.git ange-optimization-qjson cd ange-optimization-qjson
Add this repository as a remote to an existing local repository:
git remote add ange-optimization-qjson git://gitorious.org/+ange-optimization/qjson/ange-optimization-qjson.git git fetch ange-optimization-qjson git checkout -b my-local-tracking-branch ange-optimization-qjson/master_or_other_branch
sharttes-qjson
-
Cloning this repository:
git clone git://gitorious.org/~shartte/qjson/sharttes-qjson.git sharttes-qjson cd sharttes-qjson
Add this repository as a remote to an existing local repository:
git remote add sharttes-qjson git://gitorious.org/~shartte/qjson/sharttes-qjson.git git fetch sharttes-qjson git checkout -b my-local-tracking-branch sharttes-qjson/master_or_other_branch
rakuco-qjson
-
Cloning this repository:
git clone git://gitorious.org/~rakuco/qjson/rakuco-qjson.git rakuco-qjson cd rakuco-qjson
Add this repository as a remote to an existing local repository:
git remote add rakuco-qjson git://gitorious.org/~rakuco/qjson/rakuco-qjson.git git fetch rakuco-qjson git checkout -b my-local-tracking-branch rakuco-qjson/master_or_other_branch
mjansens-qjson
-
Cloning this repository:
git clone git://gitorious.org/~mjansen/qjson/mjansens-qjson.git mjansens-qjson cd mjansens-qjson
Add this repository as a remote to an existing local repository:
git remote add mjansens-qjson git://gitorious.org/~mjansen/qjson/mjansens-qjson.git git fetch mjansens-qjson git checkout -b my-local-tracking-branch mjansens-qjson/master_or_other_branch
matuxs-qjson
-
Cloning this repository:
git clone git://gitorious.org/~matux/qjson/matuxs-qjson.git matuxs-qjson cd matuxs-qjson
Add this repository as a remote to an existing local repository:
git remote add matuxs-qjson git://gitorious.org/~matux/qjson/matuxs-qjson.git git fetch matuxs-qjson git checkout -b my-local-tracking-branch matuxs-qjson/master_or_other_branch
mn17s-qjson
-
Cloning this repository:
git clone git://gitorious.org/~mn17/qjson/mn17s-qjson.git mn17s-qjson cd mn17s-qjson
Add this repository as a remote to an existing local repository:
git remote add mn17s-qjson git://gitorious.org/~mn17/qjson/mn17s-qjson.git git fetch mn17s-qjson git checkout -b my-local-tracking-branch mn17s-qjson/master_or_other_branch
davidgraeffs-qjson
-
Cloning this repository:
git clone git://gitorious.org/~davidgraeff/qjson/davidgraeffs-qjson.git davidgraeffs-qjson cd davidgraeffs-qjson
Add this repository as a remote to an existing local repository:
git remote add davidgraeffs-qjson git://gitorious.org/~davidgraeff/qjson/davidgraeffs-qjson.git git fetch davidgraeffs-qjson git checkout -b my-local-tracking-branch davidgraeffs-qjson/master_or_other_branch
trian1970s-qjson
-
Cloning this repository:
git clone git://gitorious.org/~trian1970/qjson/trian1970s-qjson.git trian1970s-qjson cd trian1970s-qjson
Add this repository as a remote to an existing local repository:
git remote add trian1970s-qjson git://gitorious.org/~trian1970/qjson/trian1970s-qjson.git git fetch trian1970s-qjson git checkout -b my-local-tracking-branch trian1970s-qjson/master_or_other_branch
valerino-qjson
Added indentation capabilities to the serializer (useful for generating i.e. human readable configuration files in JSON format). more…
The serializer can be used as usually (defaults to QJson::indentNone) :
QJson::Serializer serializer;
QByteArray b = serializer.serialize(data);
or can be used with one of the tree possible values : indentMinimum, indentMedium, indentFull :
QJson::Serializer serializer;
serializer.allowIndentOutput(QJson::indentMinimum);
QByteArray b = serializer.serialize(data);
The provided output follows this schema :
none (default) : { “foo” : 0, “foo1” : 1, “foo2” : [ { “foo3” : 3, “foo4” : 4 } ] }
minimum : { “foo” : 0, “foo1” : 1, “foo2” : [
{ "foo3" : 3, "foo4" : 4 }
] }
medium : {
"foo" : 0, "foo1" : 1, "foo2" : [
{
"foo3" : 3, "foo4" : 4
}
]
}
full : {
"foo" : 0,
"foo1" : 1,
"foo2" : [
{
"foo3" : 3,
"foo4" : 4
}
]
}
-
Cloning this repository:
git clone git://gitorious.org/~valerino/qjson/valerino-qjson.git valerino-qjson cd valerino-qjson
Add this repository as a remote to an existing local repository:
git remote add valerino-qjson git://gitorious.org/~valerino/qjson/valerino-qjson.git git fetch valerino-qjson git checkout -b my-local-tracking-branch valerino-qjson/master_or_other_branch
noams-qjson
-
Cloning this repository:
git clone git://gitorious.org/~noam/qjson/noams-qjson.git noams-qjson cd noams-qjson
Add this repository as a remote to an existing local repository:
git remote add noams-qjson git://gitorious.org/~noam/qjson/noams-qjson.git git fetch noams-qjson git checkout -b my-local-tracking-branch noams-qjson/master_or_other_branch
nostromos-qjson
-
Cloning this repository:
git clone git://gitorious.org/~nostromo/qjson/nostromos-qjson.git nostromos-qjson cd nostromos-qjson
Add this repository as a remote to an existing local repository:
git remote add nostromos-qjson git://gitorious.org/~nostromo/qjson/nostromos-qjson.git git fetch nostromos-qjson git checkout -b my-local-tracking-branch nostromos-qjson/master_or_other_branch
microes-qjson
-
Cloning this repository:
git clone git://gitorious.org/~microe/qjson/microes-qjson.git microes-qjson cd microes-qjson
Add this repository as a remote to an existing local repository:
git remote add microes-qjson git://gitorious.org/~microe/qjson/microes-qjson.git git fetch microes-qjson git checkout -b my-local-tracking-branch microes-qjson/master_or_other_branch
tphelans-qjson
-
Cloning this repository:
git clone git://gitorious.org/~tphelan/qjson/tphelans-qjson.git tphelans-qjson cd tphelans-qjson
Add this repository as a remote to an existing local repository:
git remote add tphelans-qjson git://gitorious.org/~tphelan/qjson/tphelans-qjson.git git fetch tphelans-qjson git checkout -b my-local-tracking-branch tphelans-qjson/master_or_other_branch
mdes-qjson
-
Cloning this repository:
git clone git://gitorious.org/~mdes/qjson/mdes-qjson.git mdes-qjson cd mdes-qjson
Add this repository as a remote to an existing local repository:
git remote add mdes-qjson git://gitorious.org/~mdes/qjson/mdes-qjson.git git fetch mdes-qjson git checkout -b my-local-tracking-branch mdes-qjson/master_or_other_branch
jhowses-qjson
-
Cloning this repository:
git clone git://gitorious.org/~jhowse/qjson/jhowses-qjson.git jhowses-qjson cd jhowses-qjson
Add this repository as a remote to an existing local repository:
git remote add jhowses-qjson git://gitorious.org/~jhowse/qjson/jhowses-qjson.git git fetch jhowses-qjson git checkout -b my-local-tracking-branch jhowses-qjson/master_or_other_branch
interferes-qjson
-
Cloning this repository:
git clone git://gitorious.org/~interfere/qjson/interferes-qjson.git interferes-qjson cd interferes-qjson
Add this repository as a remote to an existing local repository:
git remote add interferes-qjson git://gitorious.org/~interfere/qjson/interferes-qjson.git git fetch interferes-qjson git checkout -b my-local-tracking-branch interferes-qjson/master_or_other_branch
interferes-interferes-qjson
-
Cloning this repository:
git clone git://gitorious.org/~interfere/qjson/interferes-interferes-qjson.git interferes-interferes-qjson cd interferes-interferes-qjson
Add this repository as a remote to an existing local repository:
git remote add interferes-interferes-qjson git://gitorious.org/~interfere/qjson/interferes-interferes-qjson.git git fetch interferes-interferes-qjson git checkout -b my-local-tracking-branch interferes-interferes-qjson/master_or_other_branch
lonings-qjson
-
Cloning this repository:
git clone git://gitorious.org/~loning/qjson/lonings-qjson.git lonings-qjson cd lonings-qjson
Add this repository as a remote to an existing local repository:
git remote add lonings-qjson git://gitorious.org/~loning/qjson/lonings-qjson.git git fetch lonings-qjson git checkout -b my-local-tracking-branch lonings-qjson/master_or_other_branch
outshades-qjson
-
Cloning this repository:
git clone git://gitorious.org/~outshade/qjson/outshades-qjson.git outshades-qjson cd outshades-qjson
Add this repository as a remote to an existing local repository:
git remote add outshades-qjson git://gitorious.org/~outshade/qjson/outshades-qjson.git git fetch outshades-qjson git checkout -b my-local-tracking-branch outshades-qjson/master_or_other_branch
kadjus-qjson
-
Cloning this repository:
git clone git://gitorious.org/~kadju/qjson/kadjus-qjson.git kadjus-qjson cd kadjus-qjson
Add this repository as a remote to an existing local repository:
git remote add kadjus-qjson git://gitorious.org/~kadju/qjson/kadjus-qjson.git git fetch kadjus-qjson git checkout -b my-local-tracking-branch kadjus-qjson/master_or_other_branch
zhiyilius-qjson
-
Cloning this repository:
git clone git://gitorious.org/~zhiyiliu/qjson/zhiyilius-qjson.git zhiyilius-qjson cd zhiyilius-qjson
Add this repository as a remote to an existing local repository:
git remote add zhiyilius-qjson git://gitorious.org/~zhiyiliu/qjson/zhiyilius-qjson.git git fetch zhiyilius-qjson git checkout -b my-local-tracking-branch zhiyilius-qjson/master_or_other_branch
qjson-blankpage
-
Cloning this repository:
git clone git://gitorious.org/~blankpage/qjson/qjson-blankpage.git qjson-blankpage cd qjson-blankpage
Add this repository as a remote to an existing local repository:
git remote add qjson-blankpage git://gitorious.org/~blankpage/qjson/qjson-blankpage.git git fetch qjson-blankpage git checkout -b my-local-tracking-branch qjson-blankpage/master_or_other_branch
mahadevans-qjson
-
Cloning this repository:
git clone git://gitorious.org/~mahadevan/qjson/mahadevans-qjson.git mahadevans-qjson cd mahadevans-qjson
Add this repository as a remote to an existing local repository:
git remote add mahadevans-qjson git://gitorious.org/~mahadevan/qjson/mahadevans-qjson.git git fetch mahadevans-qjson git checkout -b my-local-tracking-branch mahadevans-qjson/master_or_other_branch
gregschlom-qjson
-
Cloning this repository:
git clone git://gitorious.org/~gregschlom/qjson/gregschlom-qjson.git gregschlom-qjson cd gregschlom-qjson
Add this repository as a remote to an existing local repository:
git remote add gregschlom-qjson git://gitorious.org/~gregschlom/qjson/gregschlom-qjson.git git fetch gregschlom-qjson git checkout -b my-local-tracking-branch gregschlom-qjson/master_or_other_branch

