crockford
「crockford」的意思
克罗克福德(人名)
n.<英口> 英国圣公会圣职者名册(为Crockford'sClerical Directory的简称)
「crockford」的用法
crockford一种用于表示和传输数据的格式,通常用于Web应用程序中。 - 在PHP中,可以使用json_encode函数将PHP数组转换为JSON格式的字符串。
「crockford」的例句
The data is encoded in JSON format.
数据以JSON格式编码。
JSON is a lightweight data-interchange format.
JSON是一种轻量级的数据交换格式。
It is easy for humans to read and write.
人类阅读和编写它很容易。
It is easy for machines to parse and generate.
机器解析和生成它很容易。
It is based on a subset of the JavaScript Programming Language.
它基于JavaScript编程语言的一个子集。
JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others.
JSON是一种完全独立于语言的文本格式,但它使用了C家族语言程序员熟悉的约定,包括C、C++、C#、Java、JavaScript、Perl、Python等。
This means that data encoded in JSON can be read and used by any programming language that supports JSON parsing.
这意味着用JSON编码的数据可以被任何支持JSON解析的编程语言读取和使用。
JSON is often used as an alternative to XML for data interchange between servers and web applications.
JSON常用于服务器和Web应用程序之间的数据交换的替代品。
JSON provides a simple way to represent complex data structures.
JSON提供了一种简单的方式来表示复杂的数据结构。