forked from mattn/webapi-vim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebapi-json.txt
More file actions
29 lines (20 loc) · 1016 Bytes
/
webapi-json.txt
File metadata and controls
29 lines (20 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
*webapi-json.txt* JSON parser written in pure vimscript.
Maintainer: mattn <[email protected]>
==============================================================================
CONTENTS *webapi-json-contents*
INTRODUCTION |webapi-json-introduction|
INTERFACE |webapi-json-interface|
Functions |webapi-json-functions|
==============================================================================
INTRODUCTION *webapi-json-introduction*
*webapi-json* is JSON parser Library.
==============================================================================
INTERFACE *webapi-json-interface*
------------------------------------------------------------------------------
FUNCTIONS *webapi-json-functions*
encode(object) *webapi-json.encode()*
Encode object into JSON string.
decode(json) *webapi-json.decode()*
Decode JSON string into variable that vim can treat.
==============================================================================
vim:tw=78:fo=tcq2mM:ts=8:ft=help:norl