Set different range limits to different posts from a JSON file

Newbie here. I’m sorry if the title didn’t make any sense.

I have a JSON file with a word and its definition, like so:

"Programming language": {
	"name":"Programming language",
	"definition": "A programming language is a formal language which comprises a set of instructions used to produce various kinds of output. Programming languages are used to create programs that implement specific algorithms. "
}

And there are a couple dozen of these. What I want to do is post a couple of them (like the first 10) on one post or blog page and another couple (maybe like a 5) on the other. Is it possible to do so, and if so how?

You should check first and dynamically set the parameter. Could be a FM param or a condition…

{{ $data := .Site.Data.What | first .Params.many }}