-
Notifications
You must be signed in to change notification settings - Fork 224
ignore comments from json file while parsing json file at runtime #120
Comments
Are we on track to get this in for Alpha? |
I don't have access to edit labels, do we have a bug label that should be applied here? |
This isn't being looked at for alpha. |
Yeah I don't think the runtime supports comments in project.json yet and it won't be for alpha. We do support JSON comments in config files (e.g. config.json) but I think that's it. |
Thanks @Eilon, how about the next release? Any concerns with enabling it? |
I think it's something we'll want to enable - can you log a bug in KRuntime? |
Eilon, I opened this bug for same ask in KRuntime. |
We already support |
Editor supports // type of comments as well. Runtime needs to support that Sent from my Windows Phone From: David Fowlermailto:[email protected] We already support Reply to this email directly or view it on GitHub: |
Ok, I'll leave this in the backlog until we pick a version of JSON.NET that supports this. |
Json.NET 6 supports // comments. |
Is this getting in CTP4? |
It should already be in |
Yes.. it is... I just verified. Thanks David!! |
Done, assigned to milestone. |
JSON.NET supports comments now and K runtime needs to support that.
TSF#931826
User scenario is to add comments in project.json file. comment packages from project.json file. JSON Editor supports this.
The text was updated successfully, but these errors were encountered: