Documentation ¶
Overview ¶
Package jsonp JSONP 序列化操作
Index ¶
Constants ¶
View Source
const Mimetype = "application/javascript"
Variables ¶
This section is empty.
Functions ¶
func Marshal ¶
Marshal 输出 JSONP 对象
v 如果是由 JSONP 构建的对象,则返回带 callback 的 js 函数; 如果是普通的对象,则采用 json.Marshal 将其转换成普通的 JSON 对象返回;
Types ¶
Click to show internal directories.
Click to hide internal directories.