Platforms to show: All Mac Windows Linux Cross-Platform

JSONEntryMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class JavaScript Object Notation MBS Util Plugin 23.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The class for an entry in a JSON object or array.
Example
Dim o As New JSONMBS

o.add 1
o.add 2
o.add 3

For Each v As JSONEntryMBS In o.IterateEntries
Break
// watch in debugger
Next

For objects, we use the keys as names here and for arrays the index.

This class has no sub classes.

Some methods using this class:

Blog Entries


The items on this page are in the following plugins: MBS Util Plugin.


JSObjectMBS   -   JSONIteratorMBS


The biggest plugin in space...