1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 18:25:42 +08:00

4 lines
166 B
Plaintext
Raw Normal View History

2017-10-23 23:30:24 +08:00
Execute ( SpaceVim api: data#json ):
let json = SpaceVim#api#import('data#json')
2017-10-24 00:03:57 +08:00
AssertEqual json.json_decode(json.json_encode({'foo' : 'zaa'})), {'foo' : 'zaa'}