标签: php json go encoding marshalling
在PHP中,为什么要将JSON字符串转换为PHP对象json_encode以及Go世界Marshal?
json_encode
Marshal
我一直在阅读编组和编码之间的definitions and differences,但我不明白为什么Golang会把它称为与PHP不同?
答案 0 :(得分:-1)
不同的语言称之为不同的东西,但它们都做同样的事情。
Go: Marshal JavaScript: Stringify Python: Dumps Php: Encode