-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing an external json file not working #35
Comments
can you please tell me a bit more about this? |
JSON:
build.sh:
Returns Callstack: Variables: |
ok I'll try it out |
@kristopolous I've now run into this same thing. Script:
Input file:
Output:`` `` Thoughts:Obviously this is a quote containment issue relating to line 18: Two errors:
|
Okay, so the things I said above are true--that or those error(s) should be fixed, probably before this one since this one shows it/them. Maybe there is a problem with one of the regular expressions that __tick_json_tokenize uses? I haven't fully comprehended how that thing is working yet. This is a very serious bug; I'm creating an issue dedicated to it. |
Related: #50 |
When I try to parse an json file, it always complains: "ticktick.sh: line 392: TICKTICK: command not found"
The text was updated successfully, but these errors were encountered: