stringify
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:
stringification ♦ stringify ♦ stringly typed ♦ STring Oriented Interactive Compiler
Try this search on Wikipedia, Wiktionary, Google, OneLook.
Loading