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

FromJSON and ToJSON (aeson) instances for NvimObject #74

Open
saep opened this issue Jan 5, 2019 · 1 comment
Open

FromJSON and ToJSON (aeson) instances for NvimObject #74

saep opened this issue Jan 5, 2019 · 1 comment

Comments

@saep
Copy link
Member

saep commented Jan 5, 2019

I think this package transitively depends on aeson anyway, so it is probably convenient to provide such instances.

@saep
Copy link
Member Author

saep commented Feb 28, 2019

The main point to think about here is that JSON does not allow non-string keys (IIRC) whereas messagepack does not have such a limitation. The string key limitation is also true for vimL, so an implementation would only have to support string keys unless I'm missing something.

@saep saep removed this from the 2.0.0.0 milestone Mar 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant