Skip to main content

sml_parse

Function sml_parse 

Source
#[unsafe(no_mangle)]
pub extern "C" fn sml_parse(text: *const c_char) -> *mut c_char
Expand description

sml_parse(text) -> 返回 JSON 字符串 (调用方 sml_free 释放); 失败返回 NULL