property of static class JsNgram
Description
Content type that is used to load json files.
Example
JsNgram.ajaxJson =
{
dataType: 'json',
mimeType: 'text/plain; charset=shift_jis'
};
Default value
{
dataType: 'json',
mimeType: 'text/plain; charset=utf8'
}
Usage
This is a constant string set for the system. Users may change the charset here when the entire system uses another charset including the backend system.