json? platform independence (desired long-term goal)

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: json? platform independence (desired long-term goal)

json? platform independence (desired long-term goal)

Post by SL5 » 01 Dec 2018, 03:43

meanwhile a script has become a bit extensive.

a real concentration I originally had not planned.

due to the desired platform independence (desired long-term goal), it will probably stay with a seperate json file.

ahk v1.1.30.01 - November 11, 2018
does not allow multiline json.

it works that way but it does not look good if i us bigger config.

I think maybe to parse extra befor using it.

may I would like to take the extensively tested, perfectly stabel, and fast (with chaches) PHP script here:
https://github.com/sl5net/SL5_preg_contentFinder

but I think then I would need a PHP interpret to which I would always like to load on Github.

and GitHub complains when uploading EXE files.

or it would later be reloaded on-the-fly.

I'm a bit confused.

or maybe there is already a ahk-JSON parser somewhere that has no problems with multi-line.

I just want that this is not very slow because the script should always be perfectly fast.
not slower than the internal one used inside ahk v1.1.30.01 - November 11, 2018

what do you think?

Top