File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ package Parsers is new JSON.Parsers (Types);
2222```
2323
2424You can replace the actual generic parameters of ` JSON.Types ` with your
25- own types if you want. Specify ` Maximum_Number_Length ` (default is 20 )
25+ own types if you want. Specify ` Maximum_Number_Length ` (default is 30 )
2626when instantiating ` JSON.Types ` to set the maximum length in characters
2727of numbers. The default maximum nesting depth can be specified with
2828` Default_Maximum_Depth ` (default is 10).
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ generic
2323 type Integer_Type is range <>;
2424 type Float_Type is digits <>;
2525
26- Maximum_Number_Length : Positive := 20 ;
26+ Maximum_Number_Length : Positive := 30 ;
2727 Default_Maximum_Depth : Positive := 10 ;
2828package JSON.Types is
2929 pragma Preelaborate;
You can’t perform that action at this time.
0 commit comments