JSON

Discuss the future of the AutoHotkey language
elmo
Posts: 113
Joined: 09 Oct 2013, 09:08

JSON

25 Feb 2014, 08:42

Built in JSON would be valuable.

StrToObj()
ObjToStr()
lexikos
Posts: 9690
Joined: 30 Sep 2013, 04:07
Contact:

Re: v2-thoughts Discussion

25 Feb 2014, 20:05

Also totally irrelevant.
AutoHotkey v2 wrote:AutoHotkey v2 aims to improve the usability and convenience of the language and command set by sacrificing backward compatibility.
elmo
Posts: 113
Joined: 09 Oct 2013, 09:08

Re: v2-thoughts Discussion

27 Feb 2014, 15:49

Hmmm... Can't tell if the irrelevant comment relates to the immediately preceding JSON thought or not.

Assuming it relates to something else... ;) These are two examples with files and xml for which a JSON equivalent "seems" useful:

Code: Select all

FileRead   , varInRam , Filename
FileAppend , varInRam , Filename , Encoding

xmlVarInRam       := ComObjCreate("MSXML2.DOMDocument.6.0")
xmlVarInRam.async := false
xmlVarInRam.load( xmlFilename )
xmlVarInRam.save( xmlFilename )
So maybe:

Code: Select all

JSONread   , objectInRam , Filename
JSONappend , objectInRam , Filename

jsonObjectInRam.load( jsonFilename )
jsonObjectInRam.save( jsonFilename )
I have tried a few of the JSON function suites with varying degrees of success because they all work differently. So IMHO it would cool if AHK_L could read and write standard JSON. So sorry if this the wrong section to suggest.
lexikos
Posts: 9690
Joined: 30 Sep 2013, 04:07
Contact:

Re: v2-thoughts Discussion

27 Feb 2014, 17:22

My comment wasn't qualified with anything else, so obviously was in reference to the post immediately preceding it. Adding JSON-parsing support can be done at any time without breaking compatibility, so is irrelevant for v2.

Return to “AutoHotkey Development”

Who is online

Users browsing this forum: No registered users and 34 guests