Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
8.2
8.3
8.4
8.5
9.0
9.1
9.2
9.3
9.4
9.5
Statistic
JSON.Colorize
Formats a JSON string with color.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
JSON | 8.2 | Yes | Yes | Yes | Yes | Yes |
MBS( "JSON.Colorize"; json ) More
Parameters
Parameter | Description | Example value |
---|---|---|
json | A JSON text. | {"key":"value"} |
Result
Returns formatted text or error.
Description
Formats a JSON string with color.This colorizes an existing JSON text to show to user.
Keys get blue, text value purple, numbers and others orange and brackets black.
Text is returned only with colors. You can apply text font and font size with normal FileMaker functions.
Processing time is linear to length, so should be faster than custom functions.
Examples
Colorize a field:
Set Field [ Data::JSON ; MBS("JSON.Colorize"; Data::JSON) ]
See also
- Archive.Content
- Archive.FileList
- CNContact.JSON
- CNContactStore.AddContact
- CNContactStore.NewContact
- CNContactStore.UnifiedMeContact
- CURL.FileInfos
- CURL.GetResultAsEMailList
- CURL.SetOptionURL
- Files.AudioTags
- JSON.CreateArrayRef
- JSON.CreateObjectRef
- SmartCard.SplitValues
- Text.AddLineNumbers
Example Databases
- Barcode/Barcode Generation JSON
- CURL/Email/IMAP Email List
- CURL/Email/IMAP Email
- CURL/FTP/CURL FTP Directory Listing
- Files/Audio File Tags
- JSON/JSON Colored
- Mac and iOS/Contacts/Contacts
- SmartCard/SmartCard ReadFile
- Text functions/Text Styles
- XML/XML to JSON
Blog Entries
- Neues MBS FileMaker Plugin 8.3
- MBS FileMaker Plugin 8.3 released
- Colorize JSON or XML in FileMaker with line numbers
- MBS FileMaker Plugin, version 8.2pr2
- Colorize JSON in FileMaker
Release notes
- Version 8.2
- Added JSON.Colorize and JSON.ToHTML functions.
Created 6th April 2018, last changed 8th April 2018
Feedback: Report problem or ask question.

Links
MBS Xojo Plugins