Update api.md
This commit is contained in:
parent
c6642a7444
commit
63842294ad
|
@ -171,7 +171,7 @@ var json = {
|
||||||
};
|
};
|
||||||
editor.set(json);
|
editor.set(json);
|
||||||
|
|
||||||
var json = editor.get(json);
|
var json = editor.get();
|
||||||
```
|
```
|
||||||
|
|
||||||
## JSON parsing and stringification
|
## JSON parsing and stringification
|
||||||
|
|
Loading…
Reference in New Issue