Free On-line Dictionary of Computing

stringify

<programming >

A verb meaning to convert to a string. E.g. in JavaScript you can apply the toString() method to most values or, to convert to a JSON string, you can use JSON.stringify():

 JSON.stringify({ answer: 42 })
will convert the given object into the string '"answer":42'.

Last updated: 2024年03月06日

Nearby terms:

stringificationstringify stringly typedSTring Oriented Interactive Compiler

Try this search on Wikipedia, Wiktionary, Google, OneLook.



Loading

Quantcast

AltStyle によって変換されたページ (->オリジナル) /