This website requires JavaScript.
Explore
Help
Sign in
mirror
/
JUCE
Watch
1
Star
0
Fork
You've already forked JUCE
0
mirror of
https://github.com/juce-framework/JUCE.git
synced
2026-01-10 23:44:24 +00:00
Code
Activity
03ab2a2c3c
JUCE
/
modules
/
juce_core
/
json
History
Download ZIP
Download TAR.GZ
jules
03ab2a2c3c
Modifications to the var class to make it more javascript-compatible. Changed the handling of array types to be a shared, ref-counted array rather than being copy-by-value. Added an "undefined" type. Updated the native method invocation functions to be static (the old version used class methods) and to provide a 'this' object which may be different from the DynamicObject on which it's being invoked (this is to deal with derived classes)
2013-10-11 15:46:28 +01:00
..
juce_JSON.cpp
Modifications to the var class to make it more javascript-compatible. Changed the handling of array types to be a shared, ref-counted array rather than being copy-by-value. Added an "undefined" type. Updated the native method invocation functions to be static (the old version used class methods) and to provide a 'this' object which may be different from the DynamicObject on which it's being invoked (this is to deal with derived classes)
2013-10-11 15:46:28 +01:00
juce_JSON.h
Added method JSON::escapeString
2013-09-18 11:05:43 +01:00