This commit is contained in:
jiangyong 2026-05-07 15:39:08 +08:00
parent 7325bbc3b5
commit df70d6e862
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package goutil
import ( import (
"encoding/json" "encoding/json"
"encoding/xml" "encoding/xml"
"unicode"
) )
// EncodeJSON encode anything to json string // EncodeJSON encode anything to json string