summaryrefslogtreecommitdiff
path: root/doc/classes/JSONParseResult.xml
AgeCommit message (Collapse)Author
2018-02-27doc: Remove status from hardcoded version stringRémi Verschelde
It has no practical use case and just generates noise for each alpha, beta, etc.
2018-02-19doc: Update version string in headerRémi Verschelde
2018-02-13Merge pull request #16401 from YeldhamDev/json_example_fixRémi Verschelde
Fixed wrong example in JSONParseResult
2018-02-04Fixed wrong example in JSONParseResult.Michael Alexsander Silva Dias
2018-02-02[DOCS] parse_json: Objects do not keep key orderMax Hilbrunner
Document JSON not guaranteeing key order.
2018-01-25doc: Sync with current sourceRémi Verschelde
Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
2018-01-13doc: Update version string in XMLRémi Verschelde
2017-12-13[DOCS] JSON: Small fixesMax Hilbrunner
2017-11-24doc: Remove setters and getters now exposed via properties/membersRémi Verschelde
2017-11-24doc: Update header version for 3.0-betaRémi Verschelde
2017-11-15doc: Rename "@Global Scope" to "@GlobalScope"Rémi Verschelde
Spaces in filenames are evil.
2017-11-15doc: Remove revision.module_config from version stringRémi Verschelde
It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
2017-10-22classref: Sync with current sourceRémi Verschelde
Also fix hyperlink references to same class as per the guidelines. [ci skip]
2017-10-14[DOCS] Fix a few typos.Andreas Haas
2017-10-02[DOCS] Adds JSON and JSONParseResult docJerome67000
2017-09-17doc: Sync classref and escape comparatorsRémi Verschelde
[ci skip]