Skip to content
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

on macOS: std.json.JSONException@std/json.d(155): JSONValue is not a string #146

Closed
shove70 opened this issue Apr 16, 2019 · 0 comments
Closed

Comments

@shove70
Copy link

shove70 commented Apr 16, 2019

in dub.json:

{
	"name" : "d_test007",
	"description" : "Hello World - A minimal DUB bundle.",
	"dependencies" : {
		"vibe-core": "1.6.2"
	}
}

in src/app.d:

import vibe.core.log;

void main()
{
}

Compile and run it, output:
std.json.JSONException@std/json.d(155): JSONValue is not a string

DMD: 2.084.0, 2.085.0, 2.085.1
OS: MacOS 10.14.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant