InterviewSolution
Saved Bookmarks
| 1. |
Can I Set The Unlimited Length For “maxjsonlength” Property In Config? |
|
Answer» No. We can’t SET UNLIMITED length for property maxJsonLength. Default value is - 102400 and MAXIMUM value what we can set would be – 2147483644. No. We can’t set unlimited length for property maxJsonLength. Default value is - 102400 and maximum value what we can set would be – 2147483644. |
|