davidgranstrom / scnvim

Neovim frontend for SuperCollider.
GNU General Public License v3.0
197 stars 26 forks source link

[FR]: Implement Arrays in SCNvimJSON:stringify #208

Closed cdbzb closed 1 year ago

cdbzb commented 1 year ago

.stringify works with Dictionaries but sadly not with Arrays - that means that if you use SCs inbuilt String.parseYAMLFile to get a nested set of Dictionaries you cant change data and write it back using SCNvimJSON.stringify.

cdbzb commented 1 year ago

never mind I found an alternative in the API quark!!

davidgranstrom commented 1 year ago

Hi,

SCNvimJSON is mostly an implemenation detail in order to marshall values between sclang <-> nvim, and will at some point be replaced by a true RPC layer using msgpack. I believe there are more feature complete JSON parsers out there available as quarks if you need one!

cdbzb commented 1 year ago

Thanks David you are the best

Get Outlook for iOShttps://aka.ms/o0ukef


From: David Granström @.> Sent: Monday, November 14, 2022 8:17:00 AM To: davidgranstrom/scnvim @.> Cc: cdbzb @.>; State change @.> Subject: Re: [davidgranstrom/scnvim] [FR]: Implement Arrays in SCNvimJSON:stringify (Issue #208)

Hi,

SCNvimJSON is mostly an implemenation detail in order to marshall values between sclang <-> nvim, and will at some point be replaced by a true RPC layer using msgpackhttps://github.com/davidgranstrom/MessagePack. I believe there are more feature complete JSON parsers out there available as quarks if you need one!

— Reply to this email directly, view it on GitHubhttps://github.com/davidgranstrom/scnvim/issues/208#issuecomment-1314013516, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AC5MKQ6I4DCJCG4ECNPIUQDWIJQXZANCNFSM6AAAAAAR77HBO4. You are receiving this because you modified the open/close state.Message ID: @.***>